zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit fca2a7a638a6b2b7f4949620567673b76f052edc (tree)
parent 851f31b0e14fd3fd420dadcb042d9da3adadd06d
Author: GasInfinity <me@gasinfinity.dev>
Date:   Thu, 21 Aug 2025 14:53:56 +0200

test(llvm_targets): remove unused thumb-3ds

Diffstat:
Mtest/llvm_targets.zig | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/test/llvm_targets.zig b/test/llvm_targets.zig @@ -251,7 +251,6 @@ const targets = [_]std.Target.Query{ .{ .cpu_arch = .sparc64, .os_tag = .rtems, .abi = .none }, .{ .cpu_arch = .sparc64, .os_tag = .solaris, .abi = .none }, - .{ .cpu_arch = .thumb, .os_tag = .@"3ds", .abi = .eabihf }, .{ .cpu_arch = .thumb, .os_tag = .freestanding, .abi = .eabi }, .{ .cpu_arch = .thumb, .os_tag = .freestanding, .abi = .eabihf }, .{ .cpu_arch = .thumb, .os_tag = .linux, .abi = .eabi },