-
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 LLVM submodule #93081
Update LLVM submodule #93081
Conversation
r? @cuviper (rust-highfive has picked a reviewer for you, use r? to override) |
|
It looks like this also restores a CodeView change that was accidentally dropped by an incorrect submodule change in #87648. |
@bors r+ |
📌 Commit 1f517440efd09fd9089a190a6d5ccac1955b8379 has been approved by |
Nominating for stable and beta backport, as this fixes a miscompilation (#92786) for tier-1 (aarch64-unknown-linux-gnu), which is a regression since 1.57.0. |
@bors rollup=never (llvm changes) |
⌛ Testing commit 1f517440efd09fd9089a190a6d5ccac1955b8379 with merge ad9bb43909417f7ddc673e09cb0afc26d37f8af5... |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
Hrm, looks like this patch must depend on something else that is not on release/13.x. |
Next try with a different patch from rust-lang/llvm-project#128. @bors r=cuviper |
📌 Commit 48a625d has been approved by |
⌛ Testing commit 48a625d with merge 32a371cc9c3b82342a1fa434f43a37034e2c7eae... |
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
Given that this is an AArch64 change and an X86 job failed, I'm going to assume that this is spurious... @bors retry |
☀️ Test successful - checks-actions |
Finished benchmarking commit (563250a): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Update LLVM submodule Update LLVM to fix rust-lang#92786.
[beta] Backports Backports of: * rust-lang#92611 — Add links to the reference and rust by example for asm! docs and lints * rust-lang#92983 — Update Linux runners to Ubuntu 20.04 * rust-lang#93081 — Update LLVM submodule * rust-lang#93394 — Don't allow {} to refer to implicit captures in format_args. * Cargo: * rust-lang/cargo#10377 — Remove strip = "off" (and undocumented strip = "n"/strip = "no")
Update LLVM to fix #92786.