[PATCH] D42390: msan: Pass --disable-new-dtags for tests

Don Hinton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 24 13:50:21 PST 2018


hintonda added a comment.

In https://reviews.llvm.org/D42390#987043, @eugenis wrote:

> Right. That's why LD_LIBRARY_PATH is evil, as are environment variables in general.
>  IMHO the right way is to set DT_RUNPATH for each executable that wants non-standard libraries. That includes your host compiler.


Sound good, but won't you still need to unset LD_LIBRARY_PATH in lit.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D42390





More information about the llvm-commits mailing list