<div dir="ltr">This has already been worked around (see PR19774). The root cause is that clang's -fvisibility-inlines-hidden is doing the wrong thing in this case.</div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Wed, May 21, 2014 at 2:09 PM, Joerg Sonnenberger <span dir="ltr"><<a href="mailto:joerg@britannica.bec.de" target="_blank">joerg@britannica.bec.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">On Fri, May 16, 2014 at 11:01:31PM -0000, Richard Smith wrote:<br>
> If a declaration is loaded, and then a module import adds a redeclaration, then<br>
> ensure that querying the first declaration for its most recent declaration<br>
> checks for redeclarations from the imported module.<br>
<br>
</div>Do you have a better idea than the attached patch to fix the shared<br>
library build?<br>
<span class="HOEnZb"><font color="#888888"><br>
Joerg<br>
</font></span><br>_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
<br></blockquote></div><br></div>