-
Notifications
You must be signed in to change notification settings - Fork 13.5k
unify LLVM version finding logic #136962
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
unify LLVM version finding logic #136962
Conversation
r? @clubby789 rustbot has assigned @clubby789. Use |
This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, one non-blocking nit, r=me w/ or w/out
@rustbot author |
Signed-off-by: onur-ozkan <work@onurozkan.dev>
54cd089
to
0709ba3
Compare
@bors r=jieyouxu rollup |
…ouxu unify LLVM version finding logic kind a self-explanatory
…kingjubilee Rollup of 11 pull requests Successful merges: - rust-lang#136863 (rework rigid alias handling ) - rust-lang#136869 (Fix diagnostic when using = instead of : in let binding) - rust-lang#136895 (debuginfo: Set bitwidth appropriately in enum variant tags) - rust-lang#136928 (eagerly prove WF when resolving fully qualified paths) - rust-lang#136941 (Move `llvm.ccache` to `build.ccache`) - rust-lang#136950 (rustdoc: use better, consistent SVG icons for scraped examples) - rust-lang#136957 (coverage: Eliminate more counters by giving them to unreachable nodes) - rust-lang#136960 (Compiletest should not inherit all host RUSTFLAGS) - rust-lang#136962 (unify LLVM version finding logic) - rust-lang#136970 (ci: move `x86_64-gnu-debug` job to the free runner) - rust-lang#136973 (Fix `x test --stage 1 ui-fulldeps` on macOS (until the next beta bump)) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#136962 - onur-ozkan:fix-enzyme-note, r=jieyouxu unify LLVM version finding logic kind a self-explanatory
@onur-ozkan Thank you! |
kind a self-explanatory