make tests work on noopt builder

This commit is contained in:
Erik Desjardins 2022-02-24 18:16:10 -05:00
parent 6e740ae934
commit b0921f8a0d
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
// as "inreg" like the C/C++ compilers for the platforms.
// x86 only.
// compile-flags: --target i686-unknown-linux-gnu -C no-prepopulate-passes
// compile-flags: --target i686-unknown-linux-gnu -O -C no-prepopulate-passes
// needs-llvm-components: x86
#![crate_type = "lib"]

View File

@ -1,4 +1,4 @@
// compile-flags: -C no-prepopulate-passes
// compile-flags: -O -C no-prepopulate-passes
//
// ignore-arm

View File

@ -1,4 +1,4 @@
// compile-flags: --target riscv64gc-unknown-linux-gnu -C no-prepopulate-passes
// compile-flags: --target riscv64gc-unknown-linux-gnu -O -C no-prepopulate-passes
// needs-llvm-components: riscv
#![crate_type = "lib"]

View File

@ -1,5 +1,5 @@
// ignore-emscripten vectors passed directly
// compile-flags: -C no-prepopulate-passes
// compile-flags: -O -C no-prepopulate-passes
// This test that using union forward the abi of the inner type, as
// discussed in #54668