Skip to content

Commit 51718e8

Browse files
tests: Move wasm32 to transparent-opaque-ptr.rs test
1 parent b75711d commit 51718e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/codegen/repr/transparent-byval-struct-ptr.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@ revisions: i686-linux i686-freebsd x64-linux x64-apple wasm32
1+
//@ revisions: i686-linux i686-freebsd x64-linux x64-apple
22
//@ compile-flags: -O -C no-prepopulate-passes
33

44
//@[i686-linux] compile-flags: --target i686-unknown-linux-gnu
@@ -9,8 +9,6 @@
99
//@[x64-linux] needs-llvm-components: x86
1010
//@[x64-apple] compile-flags: --target x86_64-apple-darwin
1111
//@[x64-apple] needs-llvm-components: x86
12-
//@[wasm32] compile-flags: --target wasm32-wasi
13-
//@[wasm32] needs-llvm-components: webassembly
1412

1513
// See ./transparent.rs
1614
// Some platforms pass large aggregates using immediate arrays in LLVMIR

tests/codegen/repr/transparent-opaque-ptr.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
//@ revisions: aarch64-linux aarch64-darwin
1+
//@ revisions: aarch64-linux aarch64-darwin wasm32-wasi
22
//@ compile-flags: -O -C no-prepopulate-passes
33

44
//@[aarch64-linux] compile-flags: --target aarch64-unknown-linux-gnu
55
//@[aarch64-linux] needs-llvm-components: aarch64
66
//@[aarch64-darwin] compile-flags: --target aarch64-apple-darwin
77
//@[aarch64-darwin] needs-llvm-components: aarch64
8+
//@[wasm32-wasi] compile-flags: --target wasm32-wasi
9+
//@[wasm32-wasi] needs-llvm-components: webassembly
810

911
// See ./transparent.rs
1012
// Some platforms pass large aggregates using immediate arrays in LLVMIR

0 commit comments

Comments
 (0)