summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-01-21 21:31:29 +0000
committerChris Lattner <sabre@nondot.org>2003-01-21 21:31:29 +0000
commit37e6f7095ba0fef3d331963b5d807f4302c9df2d (patch)
tree473610459d8a190a62028ae66d87c7a646a95ed0 /test/Makefile.tests
parenta407ba1062b4803200058589db91f294fc8dc1db (diff)
downloadllvm-37e6f7095ba0fef3d331963b5d807f4302c9df2d.tar.gz
llvm-37e6f7095ba0fef3d331963b5d807f4302c9df2d.tar.bz2
llvm-37e6f7095ba0fef3d331963b5d807f4302c9df2d.tar.xz
-ENABLE_STATS also enables timing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5386 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index fd88d8eabe..d24b7870b2 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -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