diff options
author | Chris Lattner <sabre@nondot.org> | 2003-01-21 21:31:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-01-21 21:31:29 +0000 |
commit | 3ec8db221f72d2eff1d9fde1bc2e7c7019e8c5f3 (patch) | |
tree | 0ce2953d095b8a7e7554f4f6f85629468717cc32 /llvm/test/Makefile.tests | |
parent | 5d965970421a3f776672275762334fdd8061be71 (diff) | |
download | bcm5719-llvm-3ec8db221f72d2eff1d9fde1bc2e7c7019e8c5f3.tar.gz bcm5719-llvm-3ec8db221f72d2eff1d9fde1bc2e7c7019e8c5f3.zip |
-ENABLE_STATS also enables timing
llvm-svn: 5386
Diffstat (limited to 'llvm/test/Makefile.tests')
-rw-r--r-- | llvm/test/Makefile.tests | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Makefile.tests b/llvm/test/Makefile.tests index fd88d8eabec..d24b7870b28 100644 --- a/llvm/test/Makefile.tests +++ b/llvm/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 |