[llvm-commits] CVS: llvm/test/DSGraphs/Makefile.DSGraphs
Chris Lattner
lattner at cs.uiuc.edu
Sun Nov 17 16:19:05 PST 2002
Changes in directory llvm/test/DSGraphs:
Makefile.DSGraphs updated: 1.9 -> 1.10
---
Log message:
minor tweak
---
Diffs of the changes:
Index: llvm/test/DSGraphs/Makefile.DSGraphs
diff -u llvm/test/DSGraphs/Makefile.DSGraphs:1.9 llvm/test/DSGraphs/Makefile.DSGraphs:1.10
--- llvm/test/DSGraphs/Makefile.DSGraphs:1.9 Fri Nov 8 15:29:01 2002
+++ llvm/test/DSGraphs/Makefile.DSGraphs Sun Nov 17 16:18:17 2002
@@ -1,4 +1,4 @@
-## $Id: Makefile.DSGraphs,v 1.9 2002/11/08 21:29:01 lattner Exp $
+## $Id: Makefile.DSGraphs,v 1.10 2002/11/17 22:18:17 lattner Exp $
##----------------------------------------------------------------------------
## Common makefile rules for testing DSGraph analysis.
##
@@ -45,10 +45,10 @@
ANALYZE_OPTS = -stats -time-passes -only-print-main-ds
report.out.txt: $(LIB_LINKED) $(LANALYZE)
- @echo "---------------------------------------------------------------"
- @echo ">>> ========= " $<
- @echo "---------------------------------------------------------------"
- -time -p $(LANALYZE) -$(PASS)datastructure $(ANALYZE_OPTS) $< > $@ 2>&1
+ -time -p $(LANALYZE) -$(PASS)datastructure $(ANALYZE_OPTS) -dsstats -instcount $< > $@ 2>&1
recursive_reports: report.out.txt
- cat report.out.txt
\ No newline at end of file
+ @echo "---------------------------------------------------------------"
+ @echo ">>> ========= " $(LIB_LINKED)
+ @echo "---------------------------------------------------------------"
+ cat report.out.txt
More information about the llvm-commits
mailing list