mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03: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:
+7
-8
@@ -1713,14 +1713,13 @@ const c_abi_targets = blk: {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
// https://gitlab.com/qemu-project/qemu/-/issues/3291
|
.{
|
||||||
// .{
|
.target = .{
|
||||||
// .target = .{
|
.cpu_arch = .hexagon,
|
||||||
// .cpu_arch = .hexagon,
|
.os_tag = .linux,
|
||||||
// .os_tag = .linux,
|
.abi = .musl,
|
||||||
// .abi = .musl,
|
},
|
||||||
// },
|
},
|
||||||
// },
|
|
||||||
|
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
|
|||||||
Reference in New Issue
Block a user