[llvm-commits] [test-suite] r61473 - /test-suite/trunk/Makefile.tests

Duncan Sands baldrick at free.fr
Mon Dec 29 09:49:28 PST 2008


Author: baldrick
Date: Mon Dec 29 11:49:23 2008
New Revision: 61473

URL: http://llvm.org/viewvc/llvm-project?rev=61473&view=rev
Log:
Remove DISABLE_STATS - not clear what it is good
for.

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=61473&r1=61472&r2=61473&view=diff

==============================================================================
--- test-suite/trunk/Makefile.tests (original)
+++ test-suite/trunk/Makefile.tests Mon Dec 29 11:49:23 2008
@@ -18,11 +18,7 @@
 
 include ${LEVEL}/Makefile.common
 
-# Specify DISABLE_STATS on the command line to disable -stats and -time-passes
-# output from opt and llvm-ld.
-ifndef DISABLE_STATS
 STATS = -stats -time-passes
-endif
 
 .PHONY: clean default
 





More information about the llvm-commits mailing list