[PATCH] D31836: [lld] Keep full library path in DT_NEEDED

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 11 16:25:58 PDT 2017


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: ELF/InputFiles.h:98
+  // has no soname.
+  std::string DefaultSoName;
+
----------------
I believe it is safe to use StringRef here.


Repository:
  rL LLVM

https://reviews.llvm.org/D31836





More information about the llvm-commits mailing list