mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
test: add hexagon-linux-musl to llvm_targets
This commit is contained in:
@@ -100,6 +100,7 @@ const targets = [_]std.Target.Query{
|
||||
// .{ .cpu_arch = .csky, .os_tag = .linux, .abi = .gnueabihf },
|
||||
|
||||
.{ .cpu_arch = .hexagon, .os_tag = .freestanding, .abi = .none },
|
||||
.{ .cpu_arch = .hexagon, .os_tag = .linux, .abi = .musl },
|
||||
.{ .cpu_arch = .hexagon, .os_tag = .linux, .abi = .none },
|
||||
|
||||
.{ .cpu_arch = .lanai, .os_tag = .freestanding, .abi = .none },
|
||||
@@ -173,6 +174,7 @@ const targets = [_]std.Target.Query{
|
||||
|
||||
.{ .cpu_arch = .nvptx, .os_tag = .cuda, .abi = .none },
|
||||
.{ .cpu_arch = .nvptx, .os_tag = .nvcl, .abi = .none },
|
||||
|
||||
.{ .cpu_arch = .nvptx64, .os_tag = .cuda, .abi = .none },
|
||||
.{ .cpu_arch = .nvptx64, .os_tag = .nvcl, .abi = .none },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user