[Lldb-commits] [PATCH] D58630: [lldb] [test] Pass appropriate -L&-Wl, -rpath for just-built libc++

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 1 11:02:01 PST 2019


mgorny updated this revision to Diff 188946.
mgorny retitled this revision from "[lldb] [test] Pass appropriate -L for just-built libc++" to "[lldb] [test] Pass appropriate -L&-Wl,-rpath for just-built libc++".
mgorny edited the summary of this revision.
mgorny added a comment.

Turns out LD_LIBRARY_PATH does not solve all the issues on NetBSD. I've went ahead with the simplest solution possible, and added `-Wl,-rpath` (only on NetBSD) along with `-L` flags.


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

https://reviews.llvm.org/D58630

Files:
  lldb/lit/BuildScript/toolchain-clang.test
  lldb/lit/Suite/lit.cfg
  lldb/lit/helper/build.py
  lldb/lit/helper/toolchain.py
  lldb/packages/Python/lldbsuite/test/make/Makefile.rules

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58630.188946.patch
Type: text/x-patch
Size: 4295 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190301/6f33df55/attachment-0001.bin>


More information about the lldb-commits mailing list