llc no longer requires the -f option to overwrite files.
authorDan Gohman <gohman@apple.com>
Thu, 29 Apr 2010 18:46:52 +0000 (18:46 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 29 Apr 2010 18:46:52 +0000 (18:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102651 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvmc/plugins/Base/Base.td.in

index e04970fa5a28f8cb52b73922134cf45c6ca2a74c..23f46b7e57d0dbbfab5b97c1f9b3511330bb5e8e 100644 (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"),