| ... | @@ -497,6 +497,26 @@ const test_targets = blk: { | ... | @@ -497,6 +497,26 @@ 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 = .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 | .target = .{ |
| | 511 | .cpu_arch = .hexagon, |
| | 512 | .os_tag = .linux, |
| | 513 | .abi = .musl, |
| | 514 | }, |
| | 515 | .link_libc = true, |
| | 516 | // https://github.com/llvm/llvm-project/pull/111217 |
| | 517 | .skip_modules = &.{"std"}, |
| | 518 | }, |
| | 519 | |
| 500 | .{ | 520 | .{ |
| 501 | .target = .{ | 521 | .target = .{ |
| 502 | .cpu_arch = .loongarch64, | 522 | .cpu_arch = .loongarch64, |