Skip to content

Commit 60a1b44

Browse files
committed
test: Add {powerpc64,riscv32}-netbsd-none to llvm_targets.
1 parent 3be7d83 commit 60a1b44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/llvm_targets.zig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ const targets = [_]std.Target.Query{
203203
.{ .cpu_arch = .powerpc64, .os_tag = .linux, .abi = .gnu },
204204
.{ .cpu_arch = .powerpc64, .os_tag = .linux, .abi = .musl },
205205
.{ .cpu_arch = .powerpc64, .os_tag = .linux, .abi = .none },
206+
.{ .cpu_arch = .powerpc64, .os_tag = .netbsd, .abi = .none },
206207
.{ .cpu_arch = .powerpc64, .os_tag = .openbsd, .abi = .none },
207208
.{ .cpu_arch = .powerpc64, .os_tag = .rtems, .abi = .none },
208209

@@ -216,6 +217,7 @@ const targets = [_]std.Target.Query{
216217
.{ .cpu_arch = .riscv32, .os_tag = .linux, .abi = .gnu },
217218
.{ .cpu_arch = .riscv32, .os_tag = .linux, .abi = .musl },
218219
.{ .cpu_arch = .riscv32, .os_tag = .linux, .abi = .none },
220+
.{ .cpu_arch = .riscv32, .os_tag = .netbsd, .abi = .none },
219221
.{ .cpu_arch = .riscv32, .os_tag = .rtems, .abi = .none },
220222
// .{ .cpu_arch = .riscv32, .os_tag = .uefi, .abi = .none },
221223

0 commit comments

Comments
 (0)