phosek added a comment.

In D57303#1373061 <https://reviews.llvm.org/D57303#1373061>, @krytarowski wrote:

> How do you resolve paths? Linker cache with registry of libraries?


`DT_NEEDED` aren't treated as paths, they are used as object names (keys); 
dynamic linker passes those to the loader service which is responsible for 
resolving them and returning back the corresponding memory objects.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57303/new/

https://reviews.llvm.org/D57303



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to