We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd0454 commit 69eacc7Copy full SHA for 69eacc7
test/tests.zig
@@ -497,6 +497,26 @@ const test_targets = blk: {
497
.pic = false, // Long calls don't work with PIC.
498
},
499
500
+ .{
501
+ .target = .{
502
+ .cpu_arch = .hexagon,
503
+ .os_tag = .linux,
504
+ .abi = .none,
505
+ },
506
+ // https://github.com/llvm/llvm-project/pull/111217
507
+ .skip_modules = &.{"std"},
508
509
510
511
512
513
+ .abi = .musl,
514
515
+ .link_libc = true,
516
517
518
519
+
520
.{
521
.target = .{
522
.cpu_arch = .mips,
0 commit comments