<div dir="ltr">Hi Joerg,<div><br></div><div>Is it possible to add a test?</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Sep 2, 2013 at 2:36 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">Hi all,<br>
attached is a first try at cleaning up the symbol reading for ELF DSO<br>
dependencies. Essentially, if a shared library defines a weak symbol,<br>
it should not be entered into the symbol table. Otherwise another local<br>
weak definition in the current object will be changed into undef.<br>
This does not handle the case of a strong symbol in a DSO turning a weak<br>
definition into undefined, but that seems to be a separate issue.<br>
<span class="HOEnZb"><font color="#888888"><br>
Joerg<br>
</font></span><br>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div><br></div>