[lld] [PATCH] Shared library status is a function of the output, not the input

Joerg Sonnenberger joerg at britannica.bec.de
Mon Sep 2 14:41:19 PDT 2013


Hi all,
this introduces a new context argument outputIsShared(), which allows
the Resolver to check whether undefined symbols in a shared libary are
valid. This is only implemented for ELF at the moment.

The original code would fail e.g. when using --whole-archive or
variants.

Joerg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lld.diff
Type: text/x-diff
Size: 3185 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130902/1e218013/attachment.diff>


More information about the llvm-commits mailing list