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

This reverts commit fce7878a91.

The bug was fixed in LLVM 22.
This commit is contained in:
Alex Rønne Petersen
2026-02-19 19:16:01 +01:00
parent 7829397f89
commit cc022047c3
+7 -8
View File
@@ -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 = .{