I'm not completely sure but something like the build system will still call the native linker when it meets a LLVM object file which causes an error.<br><br>I once tried to modify the codes of gold-plugin, but the trouble is still there,I think we should hack collect2 of llvm-gcc to make it invoke llvm-ld automatically when it receive the -emit-llvm option(I once tried this, but I found that even llvm-gcc has received such a option it will not pass it to -emit-llvm, I attempted to do something on llvm-gcc,but I'm not familiar with GCC's src)<br>
<br><br><br><div class="gmail_quote">2009/10/31 Rafael Espindola <span dir="ltr"><<a href="mailto:espindola@google.com">espindola@google.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">> BTW, Have you archieved the same goal with gold-plugin???I once tried it but just got a failure for llvm tools is not completely compatible with GNU ones.<br>
<br>
</div>Do you remember what was the failure?<br>
<br>
Cheers,<br>
<font color="#888888">--<br>
Rafael Ávila de Espíndola<br>
</font></blockquote></div><br>