From 45ef6804cefe5383db9dead42aa1a1c979f91767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Thu, 19 Feb 2026 19:16:01 +0100 Subject: [PATCH] Revert "test: disable hexagon-linux-musl C ABI tests for now" This reverts commit fce7878a9149caa80433e6d650e0bd7f60d345fd. The bug was fixed in LLVM 22. --- test/tests.zig | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/test/tests.zig b/test/tests.zig index f8187b1618..0117a22c04 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -1713,14 +1713,13 @@ const c_abi_targets = blk: { }, }, - // https://gitlab.com/qemu-project/qemu/-/issues/3291 - // .{ - // .target = .{ - // .cpu_arch = .hexagon, - // .os_tag = .linux, - // .abi = .musl, - // }, - // }, + .{ + .target = .{ + .cpu_arch = .hexagon, + .os_tag = .linux, + .abi = .musl, + }, + }, .{ .target = .{