-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Update to LLVM 20.1.7 #142447
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
Update to LLVM 20.1.7 #142447
Conversation
|
@bors p=1 |
@bors r+ rollup=never |
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
@bors retry |
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
The build is configured with We end up with rustc thinking LLVM was build with assertions even though it wasn't. |
I'm gonna guess it's related to this extra config file
|
Looking into that. |
#142516 should unblock this PR (hopefully) |
Given the issues this patch fixes, I'll nominate for beta backport. But in less than 10 days we have the release, unsure if it has time to bake (or has a lot sense per se backporting) . @rustbot label beta-nominated |
Fix `-nopt` CI jobs They were using `--config` instead of `--set`, which overrides too much stuff after recent changes to config merging. Should hopefully unblock rust-lang#142447. r? `@jieyouxu`
@bors2 try jobs=x86_64-gnu-nopt |
@bors r+ |
💡 This pull request was already approved, no need to approve it again.
|
@bors p=5 (rollup scheduling; fixes a P-critical) |
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 45acf54 (parent) -> 55d4364 (this PR) Test differencesShow 10 test diffsStage 2
Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 55d436467c351b56253deeba209ae2553d1c243f --output-dir test-dashboard And then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
Finished benchmarking commit (55d4364): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (secondary 2.8%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary -2.6%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (secondary 0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 756.938s -> 756.784s (-0.02%) |
Fix `-nopt` CI jobs They were using `--config` instead of `--set`, which overrides too much stuff after recent changes to config merging. Should hopefully unblock rust-lang/rust#142447. r? `@jieyouxu`
Fix `-nopt` CI jobs They were using `--config` instead of `--set`, which overrides too much stuff after recent changes to config merging. Should hopefully unblock rust-lang/rust#142447. r? `@jieyouxu`
Closes #141306, closes #140686, closes #141737, closes #140933.