Bump LLVM for RegAllocFast bugfix

Fixes #83854
This commit is contained in:
Aaron Hill 2021-07-29 19:22:59 -05:00
parent a985d8e6c7
commit 4677efd01a
No known key found for this signature in database
GPG key ID: B4087E510E98B164
3 changed files with 3 additions and 7 deletions

@ -1 +1 @@
Subproject commit bdb386270f55cb8e95793daa296f27a95a6d4834
Subproject commit 260e0f8682098faab68af9c608534756ad378365

View file

@ -19,9 +19,7 @@
// revisions: no thin fat
//[no]compile-flags: -C lto=no
// FIXME(#83854) running this revision with 1 CGU triggers llvm assert in register allocator
// when executed in i686-gnu-nopt runner.
//[thin]compile-flags: -C lto=thin -Ccodegen-units=2
//[thin]compile-flags: -C lto=thin
//[fat]compile-flags: -C lto=fat
#![feature(core_panic)]

View file

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