summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-01-31 00:27:32 +0000
committerChris Lattner <sabre@nondot.org>2002-01-31 00:27:32 +0000
commitbafff3380e2ea490979f3f349bbb086da9fc2e91 (patch)
treedf93f211c04e195dc777ef98c9d5677534be1013 /test/Makefile.tests
parent8b309de13263779b13a972d23edb7b6ece69ea8f (diff)
downloadllvm-bafff3380e2ea490979f3f349bbb086da9fc2e91.tar.gz
llvm-bafff3380e2ea490979f3f349bbb086da9fc2e91.tar.bz2
llvm-bafff3380e2ea490979f3f349bbb086da9fc2e91.tar.xz
Forgot to force
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1598 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index 905531a884..5064c80957 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -64,7 +64,7 @@ Output/%.bc: Output/%.ll $(LGCCAS)
$(LGCCAS) $< -o $@
Output/%.bc: %.ll $(LAS)
- $(LAS) $< -o $@
+ $(LAS) -f $< -o $@
#
# Testing versions of provided utilities...