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

llvm: add config file, update caveats #192709

Closed
wants to merge 1 commit into from
Closed

Commits on Oct 5, 2024

  1. llvm: add config file, update caveats

    Adding a system config file will allow us to stop baking in the
    `DEFAULT_SYSROOT` and allow users on Xcode-only installations to use the
    bottles. It will also make it easier to update this value when users
    upgrade the major version of their macOS. Before this change, this
    required a full reinstall. After, users will simply have to
    `brew postinstall llvm`.
    
    The config file change requires an upstream patch. We'll probably have
    to wait a little bit for it to merge, and then wait another few days to
    make sure it doesn't get reverted.
    
    Following discussion at #192505, let's also update the caveats to notify
    users of potential changes regarding `LLVM_ENABLE_EH` in LLVM 20.
    carlocab committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    60603e8 View commit details
    Browse the repository at this point in the history