[llvm-commits] [test-suite] r61472 - /test-suite/trunk/Makefile.tests
Duncan Sands
baldrick at free.fr
Mon Dec 29 09:41:07 PST 2008
Author: baldrick
Date: Mon Dec 29 11:41:01 2008
New Revision: 61472
URL: http://llvm.org/viewvc/llvm-project?rev=61472&view=rev
Log:
Produce statistics by default. Set DISABLE_STATS
to disable.
Modified:
test-suite/trunk/Makefile.tests
Modified: test-suite/trunk/Makefile.tests
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.tests?rev=61472&r1=61471&r2=61472&view=diff
==============================================================================
--- test-suite/trunk/Makefile.tests (original)
+++ test-suite/trunk/Makefile.tests Mon Dec 29 11:41:01 2008
@@ -18,9 +18,9 @@
include ${LEVEL}/Makefile.common
-# Specify ENABLE_STATS on the command line to enable -stats and -time-passes
+# Specify DISABLE_STATS on the command line to disable -stats and -time-passes
# output from opt and llvm-ld.
-ifdef ENABLE_STATS
+ifndef DISABLE_STATS
STATS = -stats -time-passes
endif
More information about the llvm-commits
mailing list