-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Use llvm 16.0.0 instead of 16.0.0-rc4 for build-clang.sh #109561
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Mark-Simulacrum (or someone else) soon. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
Also, there's no significant difference between 16.0.0-rc4 and 16.0.0 -- only a couple doc fixes. It's still fine for us to update so folks don't wonder about using an rc, but don't expect any perf or bug fixes here. |
Yup there's no really significant difference between 16.0.0-rc4 and 16.0.0 But good to lock a definitive release instead of release candidate at least for the clang build.
Hmm Haven't see that PR, maybe better to let that PR lead the llvm change instead and this one only apply the clang-build.sh change. |
⌛ Testing commit d13b423 with merge f3d5bd22b3fe408843a37f94e60a0f40785c3c9d... |
💔 Test failed - checks-actions |
A job failed! Check out the build log: (web) (plain) Click to see the possible cause of the failure (guessed by this bot)
|
@bors retry |
☀️ Test successful - checks-actions |
Finished benchmarking commit (5ce70ed): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. |
Ref: #107224
This PR doesn't make any update on LLVM submodule used by Rust repo, but would be super keen to update it, if necessary (https://rustc-dev-guide.rust-lang.org/backend/updating-llvm.html). LLVM 16.0.0 has been released on March 18, while Rust 1.70 will become stable on June 1.