authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-11 12:49:15+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-11 12:55:45+02:00
log3898c815acbb122ffd96deb51654eae07cffd6de
tree0fff2bdd3cbf197d72e4e2c1a69b4e9a034c9bc1
parentd2e42fe9deca5601941d0e25167ad3d5bb05e541
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: add mipsel-psp-eabihf to llvm_targets


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

test/llvm_targets.zig+1
......@@ -148,6 +148,7 @@ const targets = [_]std.Target.Query{
148148 .{ .cpu_arch = .mipsel, .os_tag = .linux, .abi = .musleabihf },
149149 .{ .cpu_arch = .mipsel, .os_tag = .netbsd, .abi = .eabi },
150150 .{ .cpu_arch = .mipsel, .os_tag = .netbsd, .abi = .eabihf },
151 .{ .cpu_arch = .mipsel, .os_tag = .psp, .abi = .eabihf },
151152 .{ .cpu_arch = .mipsel, .os_tag = .rtems, .abi = .eabi },
152153 .{ .cpu_arch = .mipsel, .os_tag = .rtems, .abi = .eabihf },
153154