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