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 1cab57f commit f843980Copy full SHA for f843980
test/tests.zig
@@ -497,6 +497,33 @@ const test_targets = blk: {
497
.pic = false, // Long calls don't work with PIC.
498
},
499
500
+ .{
501
+ .target = .{
502
+ .cpu_arch = .loongarch64,
503
+ .os_tag = .linux,
504
+ .abi = .none,
505
+ },
506
+ .skip_modules = &.{"std"},
507
508
509
510
511
512
+ .abi = .musl,
513
514
+ .link_libc = true,
515
516
517
518
519
520
521
+ .abi = .gnu,
522
523
524
525
526
+
527
.{
528
.target = .{
529
.cpu_arch = .mips,
0 commit comments