aboutsummaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-25 15:39:26 +0000
committerDan Gohman <gohman@apple.com>2009-08-25 15:39:26 +0000
commit8103635c0e6a978b0495ab66ef2786b9fa742b30 (patch)
tree03674ed8350918528d25c379eee20294f3e8e858 /Makefile.rules
parent46a75f1686d7ace96ea82f2c5f322fd0de23ee8e (diff)
Remove obsolete -f flags.
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@79993 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 4731ffdc..1d91e40c 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -847,7 +847,7 @@ $(PROJ_OBJ_DIR)/BytecodeObj/%.bc: %.c $(PROJ_OBJ_DIR)/BytecodeObj/.dir $(LCC1)
$(LLVMGCC) $(CPPFLAGS) -c $< -o $@
$(PROJ_OBJ_DIR)/BytecodeObj/%.bc: %.ll $(PROJ_OBJ_DIR)/BytecodeObj/.dir $(LLVMAS)
- $(LLVMAS) $< -f -o $@
+ $(LLVMAS) $< -o $@
#