| ... | @@ -918,14 +918,16 @@ const test_targets = blk: { | ... | @@ -918,14 +918,16 @@ const test_targets = blk: { |
| 918 | .link_libc = true, | 918 | .link_libc = true, |
| 919 | }, | 919 | }, |
| 920 | | 920 | |
| 921 | .{ | 921 | // TODO implement codegen airFieldParentPtr |
| 922 | .target = std.Target.Query.parse(.{ | 922 | // TODO implement airMemmove for riscv64 |
| 923 | .arch_os_abi = "riscv64-linux-none", | 923 | //.{ |
| 924 | .cpu_features = "baseline+v+zbb", | 924 | // .target = std.Target.Query.parse(.{ |
| 925 | }) catch unreachable, | 925 | // .arch_os_abi = "riscv64-linux-none", |
| 926 | .use_llvm = false, | 926 | // .cpu_features = "baseline+v+zbb", |
| 927 | .use_lld = false, | 927 | // }) catch unreachable, |
| 928 | }, | 928 | // .use_llvm = false, |
| | 929 | // .use_lld = false, |
| | 930 | //}, |
| 929 | .{ | 931 | .{ |
| 930 | .target = .{ | 932 | .target = .{ |
| 931 | .cpu_arch = .riscv64, | 933 | .cpu_arch = .riscv64, |