[LLVMdev] LLD input graph handling proposal
Joerg Sonnenberger
joerg at britannica.bec.de
Sat Sep 21 03:25:51 PDT 2013
On Fri, Sep 20, 2013 at 05:29:32PM -0700, Rui Ueyama wrote:
> I don't also understand if DT_NEEDED is related to this. DT_NEEDED is not
> represented by input graph. And what is *recursive* processing of DT_NEEDED?
Searching a symbol in a shared library according to ELF semantics means
recursively searching in all depending libraries as well.
Joerg
More information about the llvm-dev
mailing list