[llvm-commits] [test-suite] r105196 - /test-suite/trunk/Makefile.programs

Daniel Dunbar daniel at zuster.org
Sun May 30 18:39:35 PDT 2010


Author: ddunbar
Date: Sun May 30 20:39:35 2010
New Revision: 105196

URL: http://llvm.org/viewvc/llvm-project?rev=105196&view=rev
Log:
Fix a Makefile problem with TEST=simple.
 - What a wonderful language for a test harness.

Modified:
    test-suite/trunk/Makefile.programs

Modified: test-suite/trunk/Makefile.programs
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.programs?rev=105196&r1=105195&r2=105196&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Sun May 30 20:39:35 2010
@@ -167,10 +167,12 @@
 PRINTPROFOUTPUT := $(addsuffix .printprof, $(PREFIXED_PROGRAMS_TO_TEST))
 
 # Build Program outputs:
+.PRECIOUS: Output/%.out-simple
 .PRECIOUS: Output/%.out-lli Output/%.out-jit Output/%.out-llc Output/%.out-llc-beta
 .PRECIOUS: Output/%.out-nat Output/%.out-cbe Output/%.out-opt-beta
 
 # Build diffs from the output...
+.PRECIOUS: Output/%.diff-simple
 .PRECIOUS: Output/%.diff-lli Output/%.diff-jit Output/%.diff-opt-beta
 .PRECIOUS: Output/%.diff-llc Output/%.diff-llc-beta Output/%.diff-cbe 
 





More information about the llvm-commits mailing list