aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2024-11-03 07:52:06 +0100
committerAlex Rønne Petersen <alex@alexrp.com>2024-11-04 08:29:42 +0100
commitb72b81292f73cf0a46ab2a6ef31a8db2cd4400ac (patch)
tree13de1d252f264acfd205aa49aae97f3baaabe5b0 /test
parent96ea7d3e1cec61048c4bc3467b6014139ab532c8 (diff)
downloadzig-b72b81292f73cf0a46ab2a6ef31a8db2cd4400ac.tar.gz
zig-b72b81292f73cf0a46ab2a6ef31a8db2cd4400ac.zip
test: Remove some unsupported ohos triples from llvm_targets.
Diffstat (limited to 'test')
-rw-r--r--test/llvm_targets.zig3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/llvm_targets.zig b/test/llvm_targets.zig
index f3de404337..42c5428e06 100644
--- a/test/llvm_targets.zig
+++ b/test/llvm_targets.zig
@@ -225,7 +225,6 @@ const targets = [_]std.Target.Query{
.{ .cpu_arch = .riscv32, .os_tag = .linux, .abi = .gnu },
.{ .cpu_arch = .riscv32, .os_tag = .linux, .abi = .musl },
.{ .cpu_arch = .riscv32, .os_tag = .linux, .abi = .none },
- .{ .cpu_arch = .riscv32, .os_tag = .linux, .abi = .ohos },
.{ .cpu_arch = .riscv32, .os_tag = .rtems, .abi = .none },
.{ .cpu_arch = .riscv32, .os_tag = .uefi, .abi = .none },
@@ -238,7 +237,6 @@ const targets = [_]std.Target.Query{
.{ .cpu_arch = .riscv64, .os_tag = .linux, .abi = .gnu },
.{ .cpu_arch = .riscv64, .os_tag = .linux, .abi = .musl },
.{ .cpu_arch = .riscv64, .os_tag = .linux, .abi = .none },
- .{ .cpu_arch = .riscv64, .os_tag = .linux, .abi = .ohos },
.{ .cpu_arch = .riscv64, .os_tag = .netbsd, .abi = .none },
.{ .cpu_arch = .riscv64, .os_tag = .openbsd, .abi = .none },
.{ .cpu_arch = .riscv64, .os_tag = .rtems, .abi = .none },
@@ -326,7 +324,6 @@ const targets = [_]std.Target.Query{
.{ .cpu_arch = .x86, .os_tag = .linux, .abi = .gnu },
.{ .cpu_arch = .x86, .os_tag = .linux, .abi = .musl },
.{ .cpu_arch = .x86, .os_tag = .linux, .abi = .none },
- .{ .cpu_arch = .x86, .os_tag = .linux, .abi = .ohos },
.{ .cpu_arch = .x86, .os_tag = .netbsd, .abi = .none },
.{ .cpu_arch = .x86, .os_tag = .openbsd, .abi = .none },
.{ .cpu_arch = .x86, .os_tag = .rtems, .abi = .none },