Skip to content

Commit 962b491

Browse files
committed
test: Remove sparc-solaris and x86-solaris from llvm_targets.
These are no longer supported.
1 parent d9122e9 commit 962b491

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/llvm_targets.zig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ const targets = [_]std.Target.Query{
247247
// .{ .cpu_arch = .sparc, .os_tag = .linux, .abi = .none },
248248
// .{ .cpu_arch = .sparc, .os_tag = .netbsd, .abi = .none },
249249
// .{ .cpu_arch = .sparc, .os_tag = .rtems, .abi = .none },
250-
// .{ .cpu_arch = .sparc, .os_tag = .solaris, .abi = .none },
251250

252251
.{ .cpu_arch = .sparc64, .os_tag = .freestanding, .abi = .none },
253252
.{ .cpu_arch = .sparc64, .os_tag = .haiku, .abi = .none },
@@ -308,7 +307,6 @@ const targets = [_]std.Target.Query{
308307
.{ .cpu_arch = .x86, .os_tag = .netbsd, .abi = .none },
309308
.{ .cpu_arch = .x86, .os_tag = .openbsd, .abi = .none },
310309
.{ .cpu_arch = .x86, .os_tag = .rtems, .abi = .none },
311-
.{ .cpu_arch = .x86, .os_tag = .solaris, .abi = .none },
312310
.{ .cpu_arch = .x86, .os_tag = .uefi, .abi = .none },
313311
.{ .cpu_arch = .x86, .os_tag = .windows, .abi = .cygnus },
314312
.{ .cpu_arch = .x86, .os_tag = .windows, .abi = .gnu },

0 commit comments

Comments
 (0)