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 bd0a5082a7
commit 4eedad1170
No known key found for this signature in database

View file

@ -1714,14 +1714,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 = .{