From 787a2c9d7a5fd0f6aaa10a406cda5bd2f4eb33a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Fri, 19 Jun 2026 05:46:32 +0200 Subject: [PATCH] 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. --- test/llvm_targets.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/llvm_targets.zig b/test/llvm_targets.zig index 9e3761b68b62c7d74090d9162530f77e57b73132..cbbf4aff7d01adeb6cfbd22a51402f35759b1ea4 100644 --- a/test/llvm_targets.zig +++ b/test/llvm_targets.zig @@ -154,7 +154,7 @@ const targets = [_]std.Target.Query{ .{ .cpu_arch = .mipsel, .os_tag = .linux, .abi = .musleabihf }, .{ .cpu_arch = .mipsel, .os_tag = .netbsd, .abi = .eabi }, .{ .cpu_arch = .mipsel, .os_tag = .netbsd, .abi = .eabihf }, - .{ .cpu_arch = .mipsel, .os_tag = .psx, .abi = .eabi }, + // .{ .cpu_arch = .mipsel, .os_tag = .psx, .abi = .eabi }, .{ .cpu_arch = .mipsel, .os_tag = .psp, .abi = .eabihf }, .{ .cpu_arch = .mipsel, .os_tag = .rtems, .abi = .eabi }, .{ .cpu_arch = .mipsel, .os_tag = .rtems, .abi = .eabihf }, -- 2.54.0