File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- //@ revisions: i686-linux i686-freebsd x64-linux x64-apple wasm32
1
+ //@ revisions: i686-linux i686-freebsd x64-linux x64-apple
2
2
//@ compile-flags: -O -C no-prepopulate-passes
3
3
4
4
//@[i686-linux] compile-flags: --target i686-unknown-linux-gnu
9
9
//@[x64-linux] needs-llvm-components: x86
10
10
//@[x64-apple] compile-flags: --target x86_64-apple-darwin
11
11
//@[x64-apple] needs-llvm-components: x86
12
- //@[wasm32] compile-flags: --target wasm32-wasi
13
- //@[wasm32] needs-llvm-components: webassembly
14
12
15
13
// See ./transparent.rs
16
14
// Some platforms pass large aggregates using immediate arrays in LLVMIR
Original file line number Diff line number Diff line change 1
- //@ revisions: aarch64-linux aarch64-darwin
1
+ //@ revisions: aarch64-linux aarch64-darwin wasm32-wasi
2
2
//@ compile-flags: -O -C no-prepopulate-passes
3
3
4
4
//@[aarch64-linux] compile-flags: --target aarch64-unknown-linux-gnu
5
5
//@[aarch64-linux] needs-llvm-components: aarch64
6
6
//@[aarch64-darwin] compile-flags: --target aarch64-apple-darwin
7
7
//@[aarch64-darwin] needs-llvm-components: aarch64
8
+ //@[wasm32-wasi] compile-flags: --target wasm32-wasi
9
+ //@[wasm32-wasi] needs-llvm-components: webassembly
8
10
9
11
// See ./transparent.rs
10
12
// Some platforms pass large aggregates using immediate arrays in LLVMIR
You can’t perform that action at this time.
0 commit comments