Rafael Espindola
2010-Oct-06 22:44 UTC
[LLVMdev] clang bootstraps with the integrated assembler on linux x86-64
Hello, Just wanted to let you know that with the recent fixes clang now bootstraps on linux x86-64 with the integrated assembler. There are likely still fixes to be done for -g and x86-32, but MC can now handle a fairly large C++ app :-) Cheers, -- Rafael Ávila de Espíndola
Chris Lattner
2010-Oct-06 23:50 UTC
[LLVMdev] clang bootstraps with the integrated assembler on linux x86-64
On Oct 6, 2010, at 3:44 PM, Rafael Espindola wrote:> Hello, > > Just wanted to let you know that with the recent fixes clang now > bootstraps on linux x86-64 with the integrated assembler. There are > likely still fixes to be done for -g and x86-32, but MC can now handle > a fairly large C++ app :-)Wow, congrats! That is a major achievement for the ELF writer! -Chris