authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-06-19 05:46:32+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-06-19 05:47:30+02:00
log787a2c9d7a5fd0f6aaa10a406cda5bd2f4eb33a7
tree7533984c795f7792fb01eee027b6337f70848a2a
parent3d604248e6c2111ff3dc48057f07ec91fdbc6a9e
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: remove psx-mipsel from llvm_targets for now

mq test-cases mq compile obj llvm_targets Debug mipsel-psx-eabi failure error: warning: MIPS-I support is experimental This can be added back once this LLVM warning is removed.

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

test/llvm_targets.zig+1-1
......@@ -154,7 +154,7 @@ const targets = [_]std.Target.Query{
154154 .{ .cpu_arch = .mipsel, .os_tag = .linux, .abi = .musleabihf },
155155 .{ .cpu_arch = .mipsel, .os_tag = .netbsd, .abi = .eabi },
156156 .{ .cpu_arch = .mipsel, .os_tag = .netbsd, .abi = .eabihf },
157 .{ .cpu_arch = .mipsel, .os_tag = .psx, .abi = .eabi },
157 // .{ .cpu_arch = .mipsel, .os_tag = .psx, .abi = .eabi },
158158 .{ .cpu_arch = .mipsel, .os_tag = .psp, .abi = .eabihf },
159159 .{ .cpu_arch = .mipsel, .os_tag = .rtems, .abi = .eabi },
160160 .{ .cpu_arch = .mipsel, .os_tag = .rtems, .abi = .eabihf },