test: Remove sparc-solaris and x86-solaris from llvm_targets.

These are no longer supported.
This commit is contained in:
Alex Rønne Petersen 2025-04-27 01:05:54 +02:00
parent d9122e9f15
commit 962b491745
No known key found for this signature in database

View File

@ -247,7 +247,6 @@ const targets = [_]std.Target.Query{
// .{ .cpu_arch = .sparc, .os_tag = .linux, .abi = .none },
// .{ .cpu_arch = .sparc, .os_tag = .netbsd, .abi = .none },
// .{ .cpu_arch = .sparc, .os_tag = .rtems, .abi = .none },
// .{ .cpu_arch = .sparc, .os_tag = .solaris, .abi = .none },
.{ .cpu_arch = .sparc64, .os_tag = .freestanding, .abi = .none },
.{ .cpu_arch = .sparc64, .os_tag = .haiku, .abi = .none },
@ -308,7 +307,6 @@ const targets = [_]std.Target.Query{
.{ .cpu_arch = .x86, .os_tag = .netbsd, .abi = .none },
.{ .cpu_arch = .x86, .os_tag = .openbsd, .abi = .none },
.{ .cpu_arch = .x86, .os_tag = .rtems, .abi = .none },
.{ .cpu_arch = .x86, .os_tag = .solaris, .abi = .none },
.{ .cpu_arch = .x86, .os_tag = .uefi, .abi = .none },
.{ .cpu_arch = .x86, .os_tag = .windows, .abi = .cygnus },
.{ .cpu_arch = .x86, .os_tag = .windows, .abi = .gnu },