[llvm-dev] RFC: Pass Execution Instrumentation interface
David A. Greene via llvm-dev
llvm-dev at lists.llvm.org
Thu Jun 14 12:23:00 PDT 2018
George Burgess IV <george.burgess.iv at gmail.com> writes:
> It seems reasonable to me to require that assertions are on when you're
> trying to debug the compiler. Not so much to require that the compiler
> itself has been built with `-O0` :)
Thanks for explaining things. It's a little weird, name-wise, to use
ENABLE_ASSERTIONS to get debug counters but I can see how it would make
sense.
-David
More information about the llvm-dev
mailing list