authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-11-28 20:09:52+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-11-28 22:04:00+01:00
log4369d3b93d5f4f2f5dc5bcf70a1020964c133b1c
tree0c880864fc2d11df9fd4a65381ec0f2b1c101730
parent7361f0bafa40b20566e4c93ab69dfaf2dfb6c2e1
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: Add *-windows-cygnus triples to llvm_targets.


1 files changed, 2 insertions(+), 0 deletions(-)

test/llvm_targets.zig+2
......@@ -329,6 +329,7 @@ const targets = [_]std.Target.Query{
329329 .{ .cpu_arch = .x86, .os_tag = .rtems, .abi = .none },
330330 .{ .cpu_arch = .x86, .os_tag = .solaris, .abi = .none },
331331 .{ .cpu_arch = .x86, .os_tag = .uefi, .abi = .none },
332 .{ .cpu_arch = .x86, .os_tag = .windows, .abi = .cygnus },
332333 .{ .cpu_arch = .x86, .os_tag = .windows, .abi = .gnu },
333334 .{ .cpu_arch = .x86, .os_tag = .windows, .abi = .itanium },
334335 .{ .cpu_arch = .x86, .os_tag = .windows, .abi = .msvc },
......@@ -368,6 +369,7 @@ const targets = [_]std.Target.Query{
368369 .{ .cpu_arch = .x86_64, .os_tag = .uefi, .abi = .none },
369370 .{ .cpu_arch = .x86_64, .os_tag = .visionos, .abi = .simulator },
370371 .{ .cpu_arch = .x86_64, .os_tag = .watchos, .abi = .simulator },
372 .{ .cpu_arch = .x86_64, .os_tag = .windows, .abi = .cygnus },
371373 .{ .cpu_arch = .x86_64, .os_tag = .windows, .abi = .gnu },
372374 .{ .cpu_arch = .x86_64, .os_tag = .windows, .abi = .itanium },
373375 .{ .cpu_arch = .x86_64, .os_tag = .windows, .abi = .msvc },