[PATCH] D42390: msan: Pass --disable-new-dtags for tests
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 24 13:40:51 PST 2018
eugenis added a comment.
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.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D42390
More information about the llvm-commits
mailing list