Skip to content

Commit 29f8de0

Browse files
committed
Auto merge of #87610 - Aaron1011:bump-llvm-bugfix, r=cuviper
Bump LLVM for RegAllocFast bugfix Fixes #83854 cc `@cuviper`
2 parents 337181e + 4677efd commit 29f8de0

3 files changed

+3
-7
lines changed

src/test/ui/extern/issue-64655-allow-unwind-when-calling-panic-directly.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919

2020
// revisions: no thin fat
2121
//[no]compile-flags: -C lto=no
22-
// FIXME(#83854) running this revision with 1 CGU triggers llvm assert in register allocator
23-
// when executed in i686-gnu-nopt runner.
24-
//[thin]compile-flags: -C lto=thin -Ccodegen-units=2
22+
//[thin]compile-flags: -C lto=thin
2523
//[fat]compile-flags: -C lto=fat
2624

2725
#![feature(core_panic)]

src/test/ui/extern/issue-64655-extern-rust-must-allow-unwind.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@
4040
//[no1]compile-flags: -C opt-level=1 -C lto=no
4141
//[no2]compile-flags: -C opt-level=2 -C lto=no
4242
//[no3]compile-flags: -C opt-level=3 -C lto=no
43-
// FIXME(#83854) running this revision with 1 CGU triggers llvm assert in register allocator
44-
// when executed in dist-i586-gnu-i586-i686-musl runner.
45-
//[thin0]compile-flags: -C opt-level=0 -C lto=thin -Ccodegen-units=2
43+
//[thin0]compile-flags: -C opt-level=0 -C lto=thin
4644
//[thin1]compile-flags: -C opt-level=1 -C lto=thin
4745
//[thin2]compile-flags: -C opt-level=2 -C lto=thin
4846
//[thin3]compile-flags: -C opt-level=3 -C lto=thin

0 commit comments

Comments
 (0)