[LLVMdev] Running a Local Buildbot

dag at cray.com dag at cray.com
Mon Jan 28 13:01:00 PST 2013


Dmitri Gribenko <gribozavr at gmail.com> writes:

> Also, you don't need to do a 2-step bootstrap to catch warnings from
> gcc.  You also don't need a debug build, just an optimized one --
> since it is faster to link, and gcc emits more warnings when
> optimization is no.

Actually, there are cases a debug build catches that an optimized build
doesn't because different code is built.  I have seen this happy many
times.

                            -David



More information about the llvm-dev mailing list