소스 검색

Merge branch 'master' of https://github.com/odin-lang/Odin

gingerBill 6 년 전
부모
커밋
394baa9ddd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main.cpp

+ 1 - 1
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),