[llvm-commits] [poolalloc] r104242 - /poolalloc/trunk/test/TEST.dsgraph.Makefile

John Criswell criswell at uiuc.edu
Thu May 20 11:02:59 PDT 2010


Author: criswell
Date: Thu May 20 13:02:59 2010
New Revision: 104242

URL: http://llvm.org/viewvc/llvm-project?rev=104242&view=rev
Log:
Fixed output so that scripts can grep out the information that they want.
Switched the test to run td instead of eqtd.

Modified:
    poolalloc/trunk/test/TEST.dsgraph.Makefile

Modified: poolalloc/trunk/test/TEST.dsgraph.Makefile
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/test/TEST.dsgraph.Makefile?rev=104242&r1=104241&r2=104242&view=diff
==============================================================================
--- poolalloc/trunk/test/TEST.dsgraph.Makefile (original)
+++ poolalloc/trunk/test/TEST.dsgraph.Makefile Thu May 20 13:02:59 2010
@@ -17,7 +17,7 @@
 DSA_SO   := $(PADIR)/$(CONFIGURATION)/lib/libLLVMDataStructure$(SHLIBEXT)
 
 # PASS - The dsgraph pass to run: ds, bu, td
-PASS := eqtd
+PASS := td
 
 #ANALYZE_OPTS := -stats -time-passes -only-print-main-ds -dsstats
 ANALYZE_OPTS := -stats -time-passes -dsstats
@@ -33,8 +33,8 @@
 	-($(LOPT) -load $(DSA_SO) -steens-aa $(MEM) -disable-output $<) > $@.mem.2 2>&1
 	@# Emit data.
 	@echo "---------------------------------------------------------------" > $@
-	@echo ">>> ========= '$(RELDIR)/$*' Program" > $@
-	@echo "---------------------------------------------------------------" > $@
+	@echo ">>> ========= '$(RELDIR)/$*' Program" >> $@
+	@echo "---------------------------------------------------------------" >> $@
 	@/bin/echo -n "LOC: " >> $@
 	@cat Output/$*.LOC.txt >> $@
 	@echo >> $@





More information about the llvm-commits mailing list