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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102651 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2010-04-29 18:46:52 +00:00
parent 619d03fa04
commit 281ead4da6

View File

@ -244,7 +244,7 @@ def llc : Tool<
[(in_language ["llvm-bitcode", "llvm-assembler"]), [(in_language ["llvm-bitcode", "llvm-assembler"]),
(out_language "assembler"), (out_language "assembler"),
(output_suffix "s"), (output_suffix "s"),
(command "llc -f"), (command "llc"),
(actions (case (actions (case
(switch_on "S"), (stop_compilation), (switch_on "S"), (stop_compilation),
(switch_on "O0"), (forward "O0"), (switch_on "O0"), (forward "O0"),