mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
test: Remove sparc-solaris and x86-solaris from llvm_targets.
These are no longer supported.
This commit is contained in:
parent
d9122e9f15
commit
962b491745
@ -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 },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user