mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
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.
|
||||
// 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"]
|
||||
|
@ -1,4 +1,4 @@
|
||||
// compile-flags: -C no-prepopulate-passes
|
||||
// compile-flags: -O -C no-prepopulate-passes
|
||||
//
|
||||
|
||||
// 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
|
||||
|
||||
#![crate_type = "lib"]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user