Add wasm32-wasi-threads target + WASI threads
This commit is contained in:
parent
f9f674f2bc
commit
5697f1620d
15 changed files with 473 additions and 31 deletions
|
@ -152,28 +152,30 @@
|
|||
// [r72] needs-llvm-components: webassembly
|
||||
// [r73] compile-flags:--target wasm32-wasi
|
||||
// [r73] needs-llvm-components: webassembly
|
||||
// [r74] compile-flags:--target x86_64-apple-ios
|
||||
// [r74] needs-llvm-components: x86
|
||||
// [r75] compile-flags:--target x86_64-fortanix-unknown-sgx
|
||||
// [r74] compile-flags:--target wasm32-wasi-preview1-threads
|
||||
// [r74] needs-llvm-components: webassembly
|
||||
// [r75] compile-flags:--target x86_64-apple-ios
|
||||
// [r75] needs-llvm-components: x86
|
||||
// [r76] compile-flags:--target x86_64-unknown-fuchsia
|
||||
// [r76] compile-flags:--target x86_64-fortanix-unknown-sgx
|
||||
// [r76] needs-llvm-components: x86
|
||||
// [r77] compile-flags:--target x86_64-linux-android
|
||||
// [r77] compile-flags:--target x86_64-unknown-fuchsia
|
||||
// [r77] needs-llvm-components: x86
|
||||
// [r78] compile-flags:--target x86_64-sun-solaris
|
||||
// [r78] compile-flags:--target x86_64-linux-android
|
||||
// [r78] needs-llvm-components: x86
|
||||
// [r79] compile-flags:--target x86_64-unknown-freebsd
|
||||
// [r79] compile-flags:--target x86_64-sun-solaris
|
||||
// [r79] needs-llvm-components: x86
|
||||
// [r80] compile-flags:--target x86_64-unknown-illumos
|
||||
// [r80] compile-flags:--target x86_64-unknown-freebsd
|
||||
// [r80] needs-llvm-components: x86
|
||||
// [r81] compile-flags:--target x86_64-unknown-linux-gnux32
|
||||
// [r81] compile-flags:--target x86_64-unknown-illumos
|
||||
// [r81] needs-llvm-components: x86
|
||||
// [r82] compile-flags:--target x86_64-unknown-linux-musl
|
||||
// [r82] compile-flags:--target x86_64-unknown-linux-gnux32
|
||||
// [r82] needs-llvm-components: x86
|
||||
// [r83] compile-flags:--target x86_64-unknown-netbsd
|
||||
// [r83] compile-flags:--target x86_64-unknown-linux-musl
|
||||
// [r83] needs-llvm-components: x86
|
||||
// [r84] compile-flags: --target x86_64-unknown-redox
|
||||
// [r84] compile-flags:--target x86_64-unknown-netbsd
|
||||
// [r84] needs-llvm-components: x86
|
||||
// [r85] compile-flags: --target x86_64-unknown-redox
|
||||
// [r85] needs-llvm-components: x86
|
||||
// compile-flags: -Z stack-protector=all
|
||||
// compile-flags: -C opt-level=2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue