authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-02-19 19:16:01+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-25 21:54:48+02:00
logcc022047c338229549d6464098e6e7bff63097b0
treeaa5e528dbf8072979c694c96f3ca49ac833270ec
parent7829397f89dfe7966e3bb4032c4a3651f5e3e322
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

Revert "test: disable hexagon-linux-musl C ABI tests for now"

This reverts commit fce7878a9149caa80433e6d650e0bd7f60d345fd. The bug was fixed in LLVM 22.

1 files changed, 7 insertions(+), 8 deletions(-)

test/tests.zig+7-8
...@@ -1713,14 +1713,13 @@ const c_abi_targets = blk: {...@@ -1713,14 +1713,13 @@ const c_abi_targets = blk: {
1713 },1713 },
1714 },1714 },
17151715
1716 // https://gitlab.com/qemu-project/qemu/-/issues/32911716 .{
1717 // .{1717 .target = .{
1718 // .target = .{1718 .cpu_arch = .hexagon,
1719 // .cpu_arch = .hexagon,1719 .os_tag = .linux,
1720 // .os_tag = .linux,1720 .abi = .musl,
1721 // .abi = .musl,1721 },
1722 // },1722 },
1723 // },
17241723
1725 .{1724 .{
1726 .target = .{1725 .target = .{