[llvm-commits] [llvm] r68552 - in /llvm/trunk: lib/Target/X86/ lib/Target/X86/AsmPrinter/ test/CodeGen/X86/

Bill Wendling isanbard at gmail.com
Wed Apr 8 11:49:21 PDT 2009


On Wed, Apr 8, 2009 at 1:13 AM, Rafael Espindola <espindola at google.com> wrote:
> 2009/4/7 Bill Wendling <isanbard at gmail.com>:
>> Rafael,
>>
>> This is causing a self-hosting LLVM to fail to build:
>
> Sorry about that. I just fixed a problem (revision 68603) that might
> be related to that.
>
> How do you build self-hosting? Just bootstrap llvm-gcc and use that to
> bulid llvm?
>
Yup! Nothing fancy. :-)

I also build it in release mode, because most developers only build
and test in debug mode. That also catches a lot of errors that would
otherwise go unnoticed for a long time.

-bw



More information about the llvm-commits mailing list