-
-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 20.1.1 #206362
llvm 20.1.1 #206362
Conversation
fdd4fb8
to
c81394a
Compare
fce2292
to
c9de27e
Compare
LLVM 20.1 final got released a week early. https://github.com/llvm/llvm-project/releases/tag/llvmorg-20.1.0 The CI was last run on rc2, so rc3/final might fix some things automatically, but a couple of notes from the logs:
|
This issue #196905 is probably relevant here again. Only now |
Any plans to release this? 20.1.2 is just around the corner April 1st |
@michaelaeriksen CI is failing here. If you can help move it along: we'd welcome that. Otherwise: it can't be merged until it's working. |
@cho-m sounds good, thanks!
I'd be 👎🏻 on split before we've tried versioning.
Yup, thanks for spelling that out. Think it's worthwhile, though. At this point: anything that takes >= 1 week to deal with dependency |
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>
?llvm
Closes #217306