[LLVMdev] Running a Local Buildbot
Sean Silva
silvas at purdue.edu
Mon Jan 28 13:13:32 PST 2013
On Mon, Jan 28, 2013 at 4:03 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> We don't #ifdef in LLVM and Clang outside portability headers, so this
> should not be a big issue.
Theoretically this should be the case, but in practice it is not. For
example, there is the "enable dump" stuff, and platform-specific
#ifdef's in quite a few places outside of the System library. There
are also plenty of #ifndef NDEBUG for places where assert() (just one
expression) is too limiting.
-- Sean Silva
More information about the llvm-dev
mailing list