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-22 15:31:57+02:00
log45ef6804cefe5383db9dead42aa1a1c979f91767
tree4cb9d1fa4354d747147222ebcde123239fc8fe92
parent3feb0d391fb736152cd6d7763ed4a743822eed62
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 = .{