Merge branch 'packages' of github.com:odin-lang/Odin into packages

This commit is contained in:
Brett R. Toomey
2018-06-03 17:13:11 +02:00
2 changed files with 18 additions and 17 deletions

View File

@@ -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),