-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 compiler-builtins to 0.1.42 to get fix for outlined atomics #84764
Update compiler-builtins to 0.1.42 to get fix for outlined atomics #84764
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
r? @Amanieu |
@bors r+ |
📌 Commit 49e67c3 has been approved by |
…ns, r=Amanieu Update compiler-builtins to 0.1.41 to get fix for outlined atomics This should fix linking of other C code (and soon Rust-generated code) on aarch64 musl.
…ns, r=Amanieu Update compiler-builtins to 0.1.41 to get fix for outlined atomics This should fix linking of other C code (and soon Rust-generated code) on aarch64 musl.
…ns, r=Amanieu Update compiler-builtins to 0.1.41 to get fix for outlined atomics This should fix linking of other C code (and soon Rust-generated code) on aarch64 musl.
…ns, r=Amanieu Update compiler-builtins to 0.1.41 to get fix for outlined atomics This should fix linking of other C code (and soon Rust-generated code) on aarch64 musl.
This needs an update of the CI version of clang to LLVM 12; there was a fix to aarch64 msvc targets in February that allows compiling |
Needed for rust-lang#84764 . Tarballs already uploaded to the CI mirror bucket.
Update clang to 12.0.0 on Windows and macOS Needed for rust-lang#84764 . Tarballs already uploaded to the CI mirror bucket.
49e67c3
to
6fd6e23
Compare
This should fix linking of other C code (and soon Rust-generated code) on aarch64 musl.
6fd6e23
to
196899a
Compare
@bors try |
⌛ Trying commit 196899a with merge cd12f15deddfc57f977b023129c75954212a52d2... |
☀️ Try build successful - checks-actions |
This is ready now. With the updated clang on Windows, it should pass now, and I have two different confirmations that |
@bors r+ rollup=iffy |
📌 Commit 196899a has been approved by |
…ns, r=Amanieu Update compiler-builtins to 0.1.42 to get fix for outlined atomics This should fix linking of other C code (and soon Rust-generated code) on aarch64 musl.
⌛ Testing commit 196899a with merge 3033bec18da733899e435defb5bac70a4c739c69... |
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
☔ The latest upstream changes (presumably #84107) made this pull request unmergeable. Please resolve the merge conflicts. |
Already updated to 0.1.43 in #84107 |
Needed for rust-lang#84764 . Tarballs already uploaded to the CI mirror bucket.
This should fix linking of other C code (and soon Rust-generated code)
on aarch64 musl.