-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
1 changed file
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters