llc no longer requires the -f option to overwrite files.

llvm-svn: 102651
This commit is contained in:
Dan Gohman 2010-04-29 18:46:52 +00:00
parent 980fb16f9a
commit 0cc5629f4e
1 changed files with 1 additions and 1 deletions

View File

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