[PATCH] D57303: [ToolChains] [NetBSD] Append -rpath for shared compiler-rt runtimes
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 27 14:02:58 PST 2019
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
More information about the cfe-commits
mailing list