<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div><br></div><blockquote type="cite"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div style="font-family:arial,sans-serif;font-size:13px">Why is clang loading LLVMgold.dll?  I thought it's supposed to be loaded by gold.</div><div style="font-family:arial,sans-serif;font-size:13px">
<br></div><div><span style="font-family:arial,sans-serif;font-size:13px">I don't think gold even produces COFF.  Are you trying to produce ELF on Windows?</span> </div><div><br></div></div></div></div>
</blockquote><br><div>Gold is elf only but BFD ld supports the same plugins these days.</div><div><br></div><div>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.</div><div><br></div><div>Cheers,</div><div>Rafael</div></body></html>