make tests work on noopt builder
This commit is contained in:
parent
6e740ae934
commit
b0921f8a0d
@ -2,7 +2,7 @@
|
|||||||
// as "inreg" like the C/C++ compilers for the platforms.
|
// as "inreg" like the C/C++ compilers for the platforms.
|
||||||
// x86 only.
|
// 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
|
// needs-llvm-components: x86
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// compile-flags: -C no-prepopulate-passes
|
// compile-flags: -O -C no-prepopulate-passes
|
||||||
//
|
//
|
||||||
|
|
||||||
// ignore-arm
|
// ignore-arm
|
||||||
|
@ -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
|
// needs-llvm-components: riscv
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ignore-emscripten vectors passed directly
|
// 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
|
// This test that using union forward the abi of the inner type, as
|
||||||
// discussed in #54668
|
// discussed in #54668
|
||||||
|
Loading…
x
Reference in New Issue
Block a user