-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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 19.1.0 #181351
llvm 19.1.0 #181351
Conversation
0695a31
to
994558d
Compare
Ok, there's apparently a check on the presence of "rc" in the URL. Is there a label that can be applied to bypass that and run the tests, or should I just wait until llvm 19 is final? |
994558d
to
7539fcc
Compare
https://github.com/Homebrew/homebrew-core/blob/master/audit_exceptions/unstable_allowlist.json governs that check, you can temporarily add this version |
5c0a859
to
0335412
Compare
1d8bf06
to
a27e367
Compare
a27e367
to
ba75b0c
Compare
9c8530b
to
4d35c0b
Compare
Needed after #181351, which merges `rustfmt` into `rust`.
I've opened a PR for @lukeshingles, can you open one for |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?Final release of LLVM 19.1.0.
The LIBCXX_PSTL_CPU_BACKEND=libdispatch option in llvm 18 has been renamed to LIBCXX_PSTL_BACKEND in llvm 19. I have also enabled parallel STL (pstl) in libc++ (which shouldn't break anything since it's still hidden behind -fexperimental-library).