Uh oh!
There was an error while loading. Please reload this page.
Update to LLVM 20 rc 3 - #137661
Conversation
rustbot
commented
Feb 26, 2025
rustbot
commented
Feb 26, 2025
|
This comment has been minimized.
This comment has been minimized.
https://github.com/rust-lang/rust/pull/137594/files#diff-e5255e85d66ab827c6eff26a377f41800be547791e268e7e2a9abf487943cf12 (removal of cc @RalfJung |
Oh that is unfortunate, the presence of |
cuviper
commented
Feb 26, 2025
@bors r+ rollup=never |
bors
commented
Feb 26, 2025
RalfJung
commented
Feb 27, 2025
nikic
commented
Feb 27, 2025
@bors r=cuviper |
bors
commented
Feb 27, 2025
bors
commented
Feb 27, 2025
🌲 The tree is currently closed for pull requests below priority 100. This pull request will be tested once the tree is reopened. |
jieyouxu
commented
Mar 2, 2025
@bors p=5 (encouraging more rollup-nevers to go through before more rollups) |
bors
commented
Mar 2, 2025
Kobzol
commented
Mar 2, 2025
Due to the usage of smaller CI runners, jobs that have to rebuild LLVM (such as in this PR) take a very long time. If this times out (the timeout is 6h, so it's likely, given that it's 5h30m now and two jobs are still running), just retry it. It will be faster after retried due to Docker and sccache being primed. |
bors
commented
Mar 2, 2025
☀️ Test successful - checks-actions |
rust-timer
commented
Mar 2, 2025
Finished benchmarking commit (f4a216d): 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 (primary 8.7%)This 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.
CyclesResults (secondary -1.2%)This 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: 774.434s -> 773.437s (-0.13%) |
The fix to this issue was synced in [1] so we should no longer need to keep aarch64 pinned. This reverts commit b2bcfc8. [1]: rust-lang/rust#137661
The fix to this issue was synced in [1] so we should no longer need to keep aarch64 pinned. This reverts commit b2bcfc8. [1]: rust-lang/rust#137661
The fix to this issue was synced in [1] so we should no longer need to keep aarch64 pinned. This reverts commit b2bcfc838e2a4b72fa62b333e3eb91f250aa4539. [1]: rust-lang#137661
The fix to this issue was synced in [1] so we should no longer need to keep aarch64 pinned. This reverts commit b2bcfc838e2a4b72fa62b333e3eb91f250aa4539. [1]: rust-lang#137661
The fix to this issue was synced in [1] so we should no longer need to keep aarch64 pinned. This reverts commit b2bcfc8. [1]: rust-lang/rust#137661
Fixes a compiler-builtins miscompile (see rust-lang/compiler-builtins#760).