forked from OSchip/llvm-project
llc no longer requires the -f option to overwrite files.
llvm-svn: 102651
This commit is contained in:
parent
980fb16f9a
commit
0cc5629f4e
|
@ -244,7 +244,7 @@ def llc : Tool<
|
|||
[(in_language ["llvm-bitcode", "llvm-assembler"]),
|
||||
(out_language "assembler"),
|
||||
(output_suffix "s"),
|
||||
(command "llc -f"),
|
||||
(command "llc"),
|
||||
(actions (case
|
||||
(switch_on "S"), (stop_compilation),
|
||||
(switch_on "O0"), (forward "O0"),
|
||||
|
|
Loading…
Reference in New Issue