[PATCH] D31836: [lld] Keep full library path in DT_NEEDED
Evgeniy Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 11 16:28:46 PDT 2017
eugenis added inline comments.
================
Comment at: ELF/InputFiles.h:98
+ // has no soname.
+ std::string DefaultSoName;
+
----------------
ruiu wrote:
> I believe it is safe to use StringRef here.
That's what I started with, but then I got "718" in DT_NEEDED instead of a file path. :)
Repository:
rL LLVM
https://reviews.llvm.org/D31836
More information about the llvm-commits
mailing list