aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.tests
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-07 08:11:07 +0000
committerChris Lattner <sabre@nondot.org>2002-04-07 08:11:07 +0000
commitaef6546191b7165031f1933cde24f13fe04d9c74 (patch)
treef6ee8ac53d91830ef46a2063ff67a7a0c27043dd /test/Makefile.tests
parent275da86ab0d95d37835b335683707e2d90d8fba9 (diff)
downloadexternal_llvm-aef6546191b7165031f1933cde24f13fe04d9c74.zip
external_llvm-aef6546191b7165031f1933cde24f13fe04d9c74.tar.gz
external_llvm-aef6546191b7165031f1933cde24f13fe04d9c74.tar.bz2
don't delete intermediate files!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2136 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index 6be91aa..a370765 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -15,6 +15,8 @@ include ${LEVEL}/Makefile.common
.PRECIOUS: Output/%.bc Output/%.ll
.PRECIOUS: Output/%.tbc Output/%.tll
.PRECIOUS: Output/.dir
+.PRECIOUS: Output/%.llvm.bc
+.PRECIOUS: Output/%.llvm
# LLVM Tool Definitions...
#