From 3898c815acbb122ffd96deb51654eae07cffd6de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sat, 11 Apr 2026 12:49:15 +0200 Subject: [PATCH] test: add mipsel-psp-eabihf to llvm_targets --- test/llvm_targets.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/test/llvm_targets.zig b/test/llvm_targets.zig index 301c43ca880668de023f2fb9efce7482ad7810d7..b59c6f40495ddabc9fee9d76c88a85090ebe600c 100644 --- a/test/llvm_targets.zig +++ b/test/llvm_targets.zig @@ -148,6 +148,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 = .psp, .abi = .eabihf }, .{ .cpu_arch = .mipsel, .os_tag = .rtems, .abi = .eabi }, .{ .cpu_arch = .mipsel, .os_tag = .rtems, .abi = .eabihf }, -- 2.54.0