diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 81253f53c..914dc1dbe 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1512,7 +1512,7 @@ i32 exec_llvm_opt(String output_base) { "", LIT(build_context.ODIN_ROOT), LIT(output_base), LIT(output_base), - LIT(build_context.opt_flags)); + LIT(build_context.opt_flags)) || system_exec_command_line_app("llvm-opt", "\"%.*sbin/opt\" \"memcpy_pass_%.*s.bc\" -o \"%.*s.bc\" %.*s " |