[PATCH] Disable statistics on Release builds and move tests that depend on -stats.

Chris Lattner clattner at apple.com
Fri Mar 8 13:15:25 PST 2013


On Mar 1, 2013, at 3:35 PM, Jan Voung <jvoung at chromium.org> wrote:
> Statistics are still available in Release+Asserts (or any +Asserts builds),
> and they can also be turned on with LLVM_ENABLE_STATS.
> 
> Also change some of the FastISel stats that were moved under DEBUG()
> back out of DEBUG(), since stats are disabled across the board now.
> 
> Many tests depend on grepping "-stats" output.  Move those into
> a orig_dir/Stats/. so that they can be marked as unsupported
> when building without statistics.

Looks great to me!  Please commit,

-Chris

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130308/e8f983f5/attachment.html>


More information about the llvm-commits mailing list