| author | |
| committer | |
| log | 9a59cff27f0989fe279ccb39ce0c1d572403d496 |
| tree | caae7d4060c4e3a83732a436fe5b05951723b504 |
| parent | 166766d63def58c1fe8e7c9e30b2cdf183092dec |
| signature |
Closes #21215.1 files changed, 1 insertions(+), 2 deletions(-)
src/codegen/llvm.zig+1-2| ... | ... | @@ -1071,8 +1071,7 @@ pub const Object = struct { |
| 1071 | 1071 | .thin => .ThinPreLink, |
| 1072 | 1072 | .full => .FullPreLink, |
| 1073 | 1073 | }, |
| 1074 | // https://github.com/ziglang/zig/issues/21215 | |
| 1075 | .allow_fast_isel = !comp.root_mod.resolved_target.result.cpu.arch.isMIPS(), | |
| 1074 | .allow_fast_isel = true, | |
| 1076 | 1075 | .asm_filename = null, |
| 1077 | 1076 | .bin_filename = options.bin_path, |
| 1078 | 1077 | .llvm_ir_filename = options.post_ir_path, |