<div dir="ltr">I think we want this comdat grouping on mingw. Unlike C5/D5, the global variable is a real symbol that is a member of the comdat group. I think the check should still be !MachO, but the code that sets the comdat of the global and the initializer function needs to be sunk into the ItaniumCXXABI.cpp code.</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 18, 2014 at 7:13 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 21:52, Reid Kleckner <<a href="mailto:rnk@google.com">rnk@google.com</a>> wrote:<br>
> The global_ctors patch seems fine, but I think David approved the previous<br>
> patch prematurely.<br>
><br>
> The initializer code on Windows is already in its own comdat while the<br>
> global_ctors entry is in the comdat with the global. We should leave that as<br>
> is.<br>
><br>
> I also think you need to put the the global (the key) into a proper comdat,<br>
> and not just leave it as a linkonce_odr global.<br>
<br>
</span>Something like this?<br>
<br>
Cheers,<br>
Rafael<br>
</blockquote></div><br></div>