-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 17.0.5 #117907
Update to LLVM 17.0.5 #117907
Conversation
|
Mips is tier 3, but it probably still makes sense to backport this, as the target is currently completely broken. (The nomination is for the next beta, not the upcoming stable.) |
It seems you included your own Nov 3 commit of "[GlobalOpt] Cache whether CC is changeable", before it landed on main on Nov 7 and was backported to 17.x on Nov 14 (today). Not a big deal, since the commits were identical and so the merge was clean -- just noting the difference in commit history. |
@bors r+ rollup=never |
Ooops, I forgot to reset my branch before merging. |
Maybe bump here too?
|
Update to LLVM 17.0.5 Fixes rust-lang#116177. Fixes the compile-time issue reported at https://internals.rust-lang.org/t/significant-increase-in-fat-lto-time-post-update-to-rustc-1-75-0-nightly/19765. r? `@cuviper`
@klensy that update can be done separately, and I think doesn't need beta backport. |
Oh, beta, ok. |
💔 Test failed - checks-actions |
@bors retry (network failure) |
☀️ Test successful - checks-actions |
Finished benchmarking commit (dd430bc): comparison URL. Overall result: ✅ improvements - 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)This benchmark run did not return any relevant results for this metric. CyclesResultsThis 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.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 673.687s -> 674.834s (0.17%) |
[beta] backports - feat: implement `DoubleEndedSearcher` for `CharArray[Ref]Searcher` rust-lang#111922 - Update to LLVM 17.0.5 rust-lang#117907 - clarify `fn discriminant` guarantees: only free lifetimes may get erased rust-lang#118006 r? ghost
Fixes #116177.
Fixes the compile-time issue reported at https://internals.rust-lang.org/t/significant-increase-in-fat-lto-time-post-update-to-rustc-1-75-0-nightly/19765.
r? @cuviper