[PATCH] D42390: msan: Pass --disable-new-dtags for tests
Jonas Hahnfeld via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 25 02:12:57 PST 2018
Hahnfeld added a comment.
In https://reviews.llvm.org/D42390#987526, @hintonda wrote:
> Well, perhaps the second, i.e., s/evil/last resort/:
>
> > 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.
I understood this to be related to setting environment variables in the test. As the name suggest they are meant for the environment.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D42390
More information about the llvm-commits
mailing list