mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
Revert "disable -fno-llvm -target wasm32-wasi testing"
This reverts commit 83960e0eb068f786c46c3fe559016e1e9faea3cd.
This commit is contained in:
parent
fcd9f521d2
commit
4328f71d9f
@ -800,6 +800,8 @@ const TestManifestConfigDefaults = struct {
|
|||||||
}
|
}
|
||||||
// Windows
|
// Windows
|
||||||
defaults = defaults ++ "x86_64-windows" ++ ",";
|
defaults = defaults ++ "x86_64-windows" ++ ",";
|
||||||
|
// Wasm
|
||||||
|
defaults = defaults ++ "wasm32-wasi";
|
||||||
break :blk defaults;
|
break :blk defaults;
|
||||||
};
|
};
|
||||||
} else if (std.mem.eql(u8, key, "output_mode")) {
|
} else if (std.mem.eql(u8, key, "output_mode")) {
|
||||||
|
|||||||
@ -1369,16 +1369,15 @@ const test_targets = blk: {
|
|||||||
|
|
||||||
// WASI Targets
|
// WASI Targets
|
||||||
|
|
||||||
// TODO: lowerTry for pointers
|
.{
|
||||||
//.{
|
.target = .{
|
||||||
// .target = .{
|
.cpu_arch = .wasm32,
|
||||||
// .cpu_arch = .wasm32,
|
.os_tag = .wasi,
|
||||||
// .os_tag = .wasi,
|
.abi = .none,
|
||||||
// .abi = .none,
|
},
|
||||||
// },
|
.use_llvm = false,
|
||||||
// .use_llvm = false,
|
.use_lld = false,
|
||||||
// .use_lld = false,
|
},
|
||||||
//},
|
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
.cpu_arch = .wasm32,
|
.cpu_arch = .wasm32,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user