diff options
| author | gingerBill <bill@gingerbill.org> | 2019-03-15 15:41:15 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2019-03-15 15:41:15 +0000 |
| commit | 394baa9ddd0e2e0b6c5d69232a52785aea73ed22 (patch) | |
| tree | a3be36fa3e54bf85e11d0a8db7d07fc3dedac411 /src/main.cpp | |
| parent | 3d86fc2f2f4577c5eb708f7519d7f908a1d9d5bc (diff) | |
| parent | 61b07335d86a5f48475d496a14f23185964633ed (diff) | |
Merge branch 'master' of https://github.com/odin-lang/Odin
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 b73d9585f..8bfc68bad 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -825,7 +825,7 @@ i32 exec_llvm_opt(String output_base) { #else // NOTE(zangent): This is separate because it seems that LLVM tools are packaged // with the Windows version, while they will be system-provided on MacOS and GNU/Linux - return system_exec_command_line_app("llvm-opt", false, + return system_exec_command_line_app("llvm-opt", "opt \"%.*s.ll\" -o \"%.*s.bc\" %.*s " "", LIT(output_base), LIT(output_base), |