-ENABLE_STATS also enables timing
authorChris Lattner <sabre@nondot.org>
Tue, 21 Jan 2003 21:31:29 +0000 (21:31 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 Jan 2003 21:31:29 +0000 (21:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5386 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile.tests

index fd88d8eabec1365b311b707b7ed63314a3aba862..d24b7870b28ef0d65db74f1b0733ddab8e22f354 100644 (file)
@@ -15,10 +15,10 @@ endif
 
 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