r209046 - If a declaration is loaded, and then a module import adds a redeclaration, then

Richard Smith richard at metafoo.co.uk
Wed May 21 16:30:55 PDT 2014


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.


On Wed, May 21, 2014 at 2:09 PM, Joerg Sonnenberger <joerg at britannica.bec.de
> wrote:

> On Fri, May 16, 2014 at 11:01:31PM -0000, Richard Smith wrote:
> > If a declaration is loaded, and then a module import adds a
> redeclaration, then
> > ensure that querying the first declaration for its most recent
> declaration
> > checks for redeclarations from the imported module.
>
> Do you have a better idea than the attached patch to fix the shared
> library build?
>
> Joerg
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140521/0d5b358e/attachment.html>


More information about the cfe-commits mailing list