[llvm-commits] CVS: llvm/test/Makefile.tests

Chris Lattner lattner at cs.uiuc.edu
Tue Jan 21 15:32:00 PST 2003


Changes in directory llvm/test:

Makefile.tests updated: 1.52 -> 1.53

---
Log message:

-ENABLE_STATS also enables timing


---
Diffs of the changes:

Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.52 llvm/test/Makefile.tests:1.53
--- llvm/test/Makefile.tests:1.52	Thu Jan 16 14:26:29 2003
+++ llvm/test/Makefile.tests	Tue Jan 21 15:31:29 2003
@@ -15,10 +15,10 @@
 
 include ${LEVEL}/Makefile.common
 
-# Specify ENABLE_STATS on the command line to enable -stats output from gccas
-# and gccld.
+# Specify ENABLE_STATS on the command line to enable -stats and -time-passes
+# output from gccas and gccld.
 ifdef ENABLE_STATS
-STATS = -stats
+STATS = -stats -time-passes
 endif
 
 





More information about the llvm-commits mailing list