[llvm-commits] CVS: llvm/test/DSGraphs/Makefile.DSGraphs
Chris Lattner
lattner at cs.uiuc.edu
Wed Nov 6 17:35:01 PST 2002
Changes in directory llvm/test/DSGraphs:
Makefile.DSGraphs updated: 1.4 -> 1.5
---
Log message:
Add >>>, add -stats, remove tail
---
Diffs of the changes:
Index: llvm/test/DSGraphs/Makefile.DSGraphs
diff -u llvm/test/DSGraphs/Makefile.DSGraphs:1.4 llvm/test/DSGraphs/Makefile.DSGraphs:1.5
--- llvm/test/DSGraphs/Makefile.DSGraphs:1.4 Sun Nov 3 10:32:31 2002
+++ llvm/test/DSGraphs/Makefile.DSGraphs Wed Nov 6 17:34:09 2002
@@ -1,4 +1,4 @@
-## $Id: Makefile.DSGraphs,v 1.4 2002/11/03 16:32:31 vadve Exp $
+## $Id: Makefile.DSGraphs,v 1.5 2002/11/06 23:34:09 lattner Exp $
##----------------------------------------------------------------------------
## Common makefile rules for testing DSGraph analysis.
##
@@ -29,10 +29,9 @@
%.ps: %.lib.bc
@echo "---------------------------------------------------------------"
- @echo "========= " $<
+ @echo ">>> ========= " $<
@echo "---------------------------------------------------------------"
- analyze -$(PASS)datastructure -time-passes $< > $<.analyze$(PASS).out 2>&1
- tail -12 $<.analyze$(PASS).out
+ analyze -$(PASS)datastructure -stats -time-passes $< | tee $<.analyze$(PASS).out 2>&1
dot -Tps < $(PASS).main.dot > $@
clean::
More information about the llvm-commits
mailing list