mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-31 10:22:08 +00:00
Call expression, either handle all or ignore all results.
This commit is contained in:
@@ -128,10 +128,10 @@ int main(int argc, char **argv) {
|
||||
exit_code = win32_exec_command_line_app(
|
||||
// "../misc/llvm-bin/opt %s -o %.*s.bc "
|
||||
"opt %s -o %.*s.bc "
|
||||
// "-memcpyopt "
|
||||
// "-mem2reg "
|
||||
// "-die -dse "
|
||||
// "-dce "
|
||||
"-memcpyopt "
|
||||
"-mem2reg "
|
||||
"-die -dse "
|
||||
"-dce "
|
||||
// "-S "
|
||||
// "-debug-pass=Arguments "
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user