mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:24:49 +01:00
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:
parent
bd0a5082a7
commit
4eedad1170
1 changed files with 7 additions and 8 deletions
|
|
@ -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 = .{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue