| ... | @@ -1071,8 +1071,7 @@ pub const Object = struct { | ... | @@ -1071,8 +1071,7 @@ pub const Object = struct { |
| 1071 | .thin => .ThinPreLink, | 1071 | .thin => .ThinPreLink, |
| 1072 | .full => .FullPreLink, | 1072 | .full => .FullPreLink, |
| 1073 | }, | 1073 | }, |
| 1074 | // https://github.com/ziglang/zig/issues/21215 | 1074 | .allow_fast_isel = true, |
| 1075 | .allow_fast_isel = !comp.root_mod.resolved_target.result.cpu.arch.isMIPS(), | | |
| 1076 | .asm_filename = null, | 1075 | .asm_filename = null, |
| 1077 | .bin_filename = options.bin_path, | 1076 | .bin_filename = options.bin_path, |
| 1078 | .llvm_ir_filename = options.post_ir_path, | 1077 | .llvm_ir_filename = options.post_ir_path, |