mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 13:58:27 +00:00
test: Remove aarch64-rtems-ilp32 from llvm_targets.
LLVM can't represent this target at the moment.
This commit is contained in:
parent
4369d3b93d
commit
11d51ea5a2
@ -21,7 +21,6 @@ const targets = [_]std.Target.Query{
|
||||
.{ .cpu_arch = .aarch64, .os_tag = .macos, .abi = .none },
|
||||
.{ .cpu_arch = .aarch64, .os_tag = .netbsd, .abi = .none },
|
||||
.{ .cpu_arch = .aarch64, .os_tag = .openbsd, .abi = .none },
|
||||
.{ .cpu_arch = .aarch64, .os_tag = .rtems, .abi = .ilp32 },
|
||||
.{ .cpu_arch = .aarch64, .os_tag = .rtems, .abi = .none },
|
||||
.{ .cpu_arch = .aarch64, .os_tag = .serenity, .abi = .none },
|
||||
.{ .cpu_arch = .aarch64, .os_tag = .tvos, .abi = .none },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user