Displaying 1 result from an estimated 1 matches for "xzvbng5bssk".
2017 May 31
5
Enable STATISTIC all the time again?
Right now, the LLVM Statistic class does not increment values if we are in
non-debug mode, unless you define LLVM_ENABLE_STATS (which, sadly, is also
not available from cmake).
Before i go and add it to cmake, i ran numbers.
I can't find a single testcase, large or small, where enabling statistics
all the time isn't completely noise.
It looks like it was disabled in march 2013.