Skip to content

Commit b0921f8

Browse files
make tests work on noopt builder
1 parent 6e740ae commit b0921f8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/test/codegen/fastcall-inreg.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// as "inreg" like the C/C++ compilers for the platforms.
33
// x86 only.
44

5-
// compile-flags: --target i686-unknown-linux-gnu -C no-prepopulate-passes
5+
// compile-flags: --target i686-unknown-linux-gnu -O -C no-prepopulate-passes
66
// needs-llvm-components: x86
77

88
#![crate_type = "lib"]

src/test/codegen/repr-transparent-aggregates-1.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// compile-flags: -C no-prepopulate-passes
1+
// compile-flags: -O -C no-prepopulate-passes
22
//
33

44
// ignore-arm

src/test/codegen/riscv-abi/riscv64-lp64-lp64f-lp64d-abi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// compile-flags: --target riscv64gc-unknown-linux-gnu -C no-prepopulate-passes
1+
// compile-flags: --target riscv64gc-unknown-linux-gnu -O -C no-prepopulate-passes
22
// needs-llvm-components: riscv
33

44
#![crate_type = "lib"]

src/test/codegen/union-abi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ignore-emscripten vectors passed directly
2-
// compile-flags: -C no-prepopulate-passes
2+
// compile-flags: -O -C no-prepopulate-passes
33

44
// This test that using union forward the abi of the inner type, as
55
// discussed in #54668

0 commit comments

Comments
 (0)