From 37e6f7095ba0fef3d331963b5d807f4302c9df2d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 21 Jan 2003 21:31:29 +0000 Subject: -ENABLE_STATS also enables timing git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5386 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile.tests | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/Makefile.tests') 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 -- cgit v1.2.3-18-g5258