mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-16 16:14:06 +00:00
Merge branch 'packages' of github.com:odin-lang/Odin into packages
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user