Commit e084c46ed6

Andrew Kelley <andrew@ziglang.org>
2024-08-30 23:55:28
fix invisible merge conflict
1 parent cb0e6d8
Changed files (1)
src/zig_llvm.cpp
@@ -368,7 +368,7 @@ ZIG_EXTERN_C bool ZigLLVMTargetMachineEmitToFile(LLVMTargetMachineRef targ_machi
         }
     }
 
-    if (options.allow_fast_isel) {
+    if (options->allow_fast_isel) {
         target_machine.setO0WantsFastISel(true);
     } else {
         target_machine.setFastISel(false);