diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-07 08:11:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-07 08:11:07 +0000 |
commit | aef6546191b7165031f1933cde24f13fe04d9c74 (patch) | |
tree | f6ee8ac53d91830ef46a2063ff67a7a0c27043dd | |
parent | 275da86ab0d95d37835b335683707e2d90d8fba9 (diff) |
don't delete intermediate files!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2136 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Makefile.tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests index 6be91aa15a..a370765e8c 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... # |