<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi Joerg,<br>
      <br>
      Dynamic linking is still rudimentary as you see it.<br>
      <br>
      LGTM with a testcase.<br>
      <br>
      Thanks<br>
      <br>
      Shankar Easwaran<br>
      <br>
      On 9/2/2013 4:36 PM, Joerg Sonnenberger wrote:<br>
    </div>
    <blockquote cite="mid:20130902213648.GA27723@britannica.bec.de"
      type="cite">
      <pre wrap="">Hi all,
attached is a first try at cleaning up the symbol reading for ELF DSO
dependencies. Essentially, if a shared library defines a weak symbol,
it should not be entered into the symbol table. Otherwise another local
weak definition in the current object will be changed into undef.
This does not handle the case of a strong symbol in a DSO turning a weak
definition into undefined, but that seems to be a separate issue.

Joerg
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
llvm-commits mailing list
<a class="moz-txt-link-abbreviated" href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by the Linux Foundation</pre>
  </body>
</html>