[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:43:01 PST 2018
Hahnfeld added a comment.
In https://reviews.llvm.org/D42390#987554, @hintonda wrote:
> I think unsetting LD_LIBRARY_PATH in the tests sounds reasonable -- many tests already do that.
> However, I'm still unclear why doing this in compiler-rt/test/msan/Unit/ didn't work. Can't you just unset LD_LIBRARY_PATH for those tests (not all tests and not globally, just add a lit.cfg file that does in that directory)?
Which tests do that? AFAICS the asan tests you have been referring to add something to `LD_LIBRARY_PATH`...
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D42390
More information about the llvm-commits
mailing list