[llvm-commits] [test-suite] r61467 - /test-suite/trunk/Makefile.programs
Chris Lattner
clattner at apple.com
Mon Dec 29 09:20:10 PST 2008
On Dec 29, 2008, at 1:39 AM, Duncan Sands wrote:
> Author: baldrick
> Date: Mon Dec 29 03:39:09 2008
> New Revision: 61467
>
> URL: http://llvm.org/viewvc/llvm-project?rev=61467&view=rev
> Log:
> Don't unconditionally use -stats and -time-passes
> with opt: use "make ENABLE_STATS=1" if you want
> these. This gets ENABLE_STATS working again by
> not having multiple copies of -stats/-time-passes
> on the command line. Also, record all statistics
> in a *.info file, not just those produced by opt.
Hi Duncan,
I didn't know about ENABLE_STATS :). What is the advantage of
requiring ENABLE_STATS? why not just have opt and friends
unconditionally generate them?
-Chris
More information about the llvm-commits
mailing list