[LLVMdev] LLVMgold.so in windows LLVM builds

Rafael Avila de Espindola rafael.espindola at gmail.com
Tue Jul 1 09:14:42 PDT 2014


> Why is clang loading LLVMgold.dll?  I thought it's supposed to be loaded by gold.
> 
> I don't think gold even produces COFF.  Are you trying to produce ELF on Windows? 
> 

Gold is elf only but BFD ld supports the same plugins these days.

I have no idea if the plugin infrastructure works on windows or not, but it could be made to work since all it needs is to find a single symbol in the plugin.

Cheers,
Rafael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140701/dae1b267/attachment.html>


More information about the llvm-dev mailing list