test: Remove aarch64-rtems-ilp32 from llvm_targets.

LLVM can't represent this target at the moment.
This commit is contained in:
Alex Rønne Petersen 2024-11-28 21:09:34 +01:00
parent 4369d3b93d
commit 11d51ea5a2
No known key found for this signature in database

View File

@ -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 },