[llvm-commits] [test-suite] r66570 - /test-suite/trunk/TEST.ipodbgopt.Makefile
Dale Johannesen
dalej at apple.com
Tue Mar 10 13:29:51 PDT 2009
Author: johannes
Date: Tue Mar 10 15:29:50 2009
New Revision: 66570
URL: http://llvm.org/viewvc/llvm-project?rev=66570&view=rev
Log:
Remove PRECIOUS targets no longer built.
Modified:
test-suite/trunk/TEST.ipodbgopt.Makefile
Modified: test-suite/trunk/TEST.ipodbgopt.Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/TEST.ipodbgopt.Makefile?rev=66570&r1=66569&r2=66570&view=diff
==============================================================================
--- test-suite/trunk/TEST.ipodbgopt.Makefile (original)
+++ test-suite/trunk/TEST.ipodbgopt.Makefile Tue Mar 10 15:29:50 2009
@@ -14,7 +14,7 @@
TESTNAME = $*
TARGET_FLAGS = -g -O0
-.PRECIOUS: Output/%.t1.bc Output/%.t2.bc Output/%.first.ll Output/%.second.ll
+.PRECIOUS: Output/%.first.ll Output/%.second.ll
$(PROGRAMS_TO_TEST:%=test.$(TEST).%): \
test.$(TEST).%: Output/%.diff
More information about the llvm-commits
mailing list