| ... | @@ -497,6 +497,33 @@ const test_targets = blk: { | ... | @@ -497,6 +497,33 @@ const test_targets = blk: { |
| 497 | .pic = false, // Long calls don't work with PIC. | 497 | .pic = false, // Long calls don't work with PIC. |
| 498 | }, | 498 | }, |
| 499 | | 499 | |
| | 500 | .{ |
| | 501 | .target = .{ |
| | 502 | .cpu_arch = .loongarch64, |
| | 503 | .os_tag = .linux, |
| | 504 | .abi = .none, |
| | 505 | }, |
| | 506 | .skip_modules = &.{"std"}, |
| | 507 | }, |
| | 508 | .{ |
| | 509 | .target = .{ |
| | 510 | .cpu_arch = .loongarch64, |
| | 511 | .os_tag = .linux, |
| | 512 | .abi = .musl, |
| | 513 | }, |
| | 514 | .link_libc = true, |
| | 515 | .skip_modules = &.{"std"}, |
| | 516 | }, |
| | 517 | .{ |
| | 518 | .target = .{ |
| | 519 | .cpu_arch = .loongarch64, |
| | 520 | .os_tag = .linux, |
| | 521 | .abi = .gnu, |
| | 522 | }, |
| | 523 | .link_libc = true, |
| | 524 | .skip_modules = &.{"std"}, |
| | 525 | }, |
| | 526 | |
| 500 | .{ | 527 | .{ |
| 501 | .target = .{ | 528 | .target = .{ |
| 502 | .cpu_arch = .mips, | 529 | .cpu_arch = .mips, |