aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-06-03 15:55:14 +0100
committergingerBill <bill@gingerbill.org>2018-06-03 15:55:14 +0100
commit05c5f98e8eb3d7d17130e8baa2395a1eb4e473a0 (patch)
tree5f9db9798ea5df62ff4700f4dade005dbf46da1a /src/main.cpp
parentd556fa2cd8570363a66a7d8a2a5abf5ba306e954 (diff)
Add -debug-compile parameter for llc
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a616433f8..9e9c6e6f0 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -683,7 +683,6 @@ i32 exec_llvm_llc(String output_base) {
"\"%.*sbin/llc\" \"%.*s.bc\" -filetype=obj -O%d "
"-o \"%.*s.obj\" "
"%.*s "
- // "-debug-pass=Arguments "
"",
LIT(build_context.ODIN_ROOT),
LIT(output_base),
@@ -696,7 +695,6 @@ i32 exec_llvm_llc(String output_base) {
return system_exec_command_line_app("llc", false,
"llc \"%.*s.bc\" -filetype=obj -relocation-model=pic -O%d "
"%.*s "
- // "-debug-pass=Arguments "
"%s"
"",
LIT(output_base),