<div dir="ltr">The global_ctors patch seems fine, but I think David approved the previous patch prematurely.<div><br></div><div>The initializer code on Windows is already in its own comdat while the global_ctors entry is in the comdat with the global. We should leave that as is.</div><div><br></div><div>I also think you need to put the the global (the key) into a proper comdat, and not just leave it as a linkonce_odr global.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 18, 2014 at 5:06 PM, Rafael EspĂ­ndola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 18 September 2014 19:35, Reid Kleckner <<a href="mailto:rnk@google.com">rnk@google.com</a>> wrote:<br>
</span><span class="">> We should also omit the third entry in @llvm.global_ctors.<br>
<br>
</span>How about the attached patch for clang?<br>
<br>
Cheers,<br>
Rafael<br>
</blockquote></div><br></div>