summaryrefslogtreecommitdiff
path: root/tools/llvmc
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-29 18:46:52 +0000
committerDan Gohman <gohman@apple.com>2010-04-29 18:46:52 +0000
commit281ead4da62e34238bdb5407c13e9e1fc65441fb (patch)
tree8071b0d92d092fd5a43396a9e5abbb50da0f7ce9 /tools/llvmc
parent619d03fa04c0ca56106ec04d20fa8e4f9273ac8d (diff)
downloadllvm-281ead4da62e34238bdb5407c13e9e1fc65441fb.tar.gz
llvm-281ead4da62e34238bdb5407c13e9e1fc65441fb.tar.bz2
llvm-281ead4da62e34238bdb5407c13e9e1fc65441fb.tar.xz
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
Diffstat (limited to 'tools/llvmc')
-rw-r--r--tools/llvmc/plugins/Base/Base.td.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc/plugins/Base/Base.td.in b/tools/llvmc/plugins/Base/Base.td.in
index e04970fa5a..23f46b7e57 100644
--- a/tools/llvmc/plugins/Base/Base.td.in
+++ b/tools/llvmc/plugins/Base/Base.td.in
@@ -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"),