[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 04:47:54 PST 2018
Hahnfeld abandoned this revision.
Hahnfeld added a comment.
In https://reviews.llvm.org/D42390#987581, @hintonda wrote:
> However, I would again suggest you get away from relying on magic environment variables. As far as I can tell, you are the only one having this issue.
As I said we won't and most of HPC clusters use this way to install multiple compilers etc. It's probably just that I'm using an uncommon configuration to build LLVM (`LLVM_ENABLE_LIBCXX` + `LLVM_ENABLE_LLD` + clang host compiler linked against `libc++` which is in `LD_LIBRARY_PATH`). Because I can't see a correct way to fix this in all cases, I'm abandoning this revision and will keep the patch locally.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D42390
More information about the llvm-commits
mailing list