Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: swap cctools otool for llvm-objdump #29739

Merged
merged 1 commit into from May 11, 2024

Commits on May 8, 2024

  1. build: swap otool for (llvm-)objdump

    Similar to libtool, (llvm-)otool only exists with a version suffix
    on some systems (Ubuntu), which makes it annoying to use/find. Avoid
    this, by switching to objdump. Which is a drop-in replacement.
    
    This is related to bitcoin#21778, and the switchover to using vanilla LLVM for
    macOS.
    fanquake committed May 8, 2024
    Configuration menu
    Copy the full SHA
    7f5ac45 View commit details
    Browse the repository at this point in the history