diff --git a/test/tests.zig b/test/tests.zig index 2922b8c89928cf4e856c00cd5beddd4997721138..ce65c75c63b4bcd40c45b316270740a88975458f 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -995,6 +995,23 @@ const module_test_targets = blk: { .link_libc = true, }, + .{ + .target = .{ + .cpu_arch = .sparc64, + .os_tag = .linux, + .abi = .none, + }, + }, + // SPARC linking support is currently incomplete. + // .{ + // .target = .{ + // .cpu_arch = .sparc64, + // .os_tag = .linux, + // .abi = .gnu, + // }, + // .link_libc = true, + // }, + // Calls are normally lowered to branch instructions that only support +/- 16 MB range when // targeting Thumb. This easily becomes insufficient for our test binaries, so use long // calls to avoid out-of-range relocations.