From aef6546191b7165031f1933cde24f13fe04d9c74 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 7 Apr 2002 08:11:07 +0000 Subject: [PATCH] don't delete intermediate files! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2136 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile.tests | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Makefile.tests b/test/Makefile.tests index 6be91aa15a7..a370765e8c7 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... # -- 2.34.1