[llvm] r219829 - Correctly handle references to section symbols.

Rui Ueyama ruiu at google.com
Thu Oct 16 14:43:32 PDT 2014


On Thu, Oct 16, 2014 at 2:40 PM, Rafael EspĂ­ndola <
rafael.espindola at gmail.com> wrote:

> > I compared the DSOs built with and without this patch, and found that
> > although the size of .ctor sections are the same, the bad DSO contains
> > repetition. So some constructors are called more than once (and probably
> > some are not called at all). That seems the direct cause of the issue.
> >
> > The test is gigantic and having a lot of dependencies. It takes a little
> bit
> > more time to understand what's going on there.
>
> Is it open source? I would be more than happy to help reduce it.
>

Sorry, no it's not. I'll try to create a minimal test case to reproduce the
issue.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141016/39f8b3ae/attachment.html>


More information about the llvm-commits mailing list