Skip to content

Commit b59f7f0

Browse files
committed
test: Remove sparc(64)-illumos from llvm_targets.
Illumos dropped support for SPARC many years ago.
1 parent 962b491 commit b59f7f0

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
@@ -242,15 +242,13 @@ const targets = [_]std.Target.Query{
242242
// .{ .cpu_arch = .s390x, .os_tag = .zos, .abi = .none },
243243

244244
// .{ .cpu_arch = .sparc, .os_tag = .freestanding, .abi = .none },
245-
// .{ .cpu_arch = .sparc, .os_tag = .illumos, .abi = .none },
246245
// .{ .cpu_arch = .sparc, .os_tag = .linux, .abi = .gnu },
247246
// .{ .cpu_arch = .sparc, .os_tag = .linux, .abi = .none },
248247
// .{ .cpu_arch = .sparc, .os_tag = .netbsd, .abi = .none },
249248
// .{ .cpu_arch = .sparc, .os_tag = .rtems, .abi = .none },
250249

251250
.{ .cpu_arch = .sparc64, .os_tag = .freestanding, .abi = .none },
252251
.{ .cpu_arch = .sparc64, .os_tag = .haiku, .abi = .none },
253-
.{ .cpu_arch = .sparc64, .os_tag = .illumos, .abi = .none },
254252
.{ .cpu_arch = .sparc64, .os_tag = .linux, .abi = .gnu },
255253
.{ .cpu_arch = .sparc64, .os_tag = .linux, .abi = .none },
256254
.{ .cpu_arch = .sparc64, .os_tag = .netbsd, .abi = .none },

0 commit comments

Comments
 (0)