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

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 16:07:01 PST 2018


eugenis added a comment.

I'm not sure about this. Reverting to an old, deprecated feature is rarely the answer.
For example, Android does not support DT_RPATH at all.

One option is to unset LD_LIBRARY_PATH in tests.
Another is to use -Wl,-rpath when linking the code with non-instrumented libc++. The same as tests do for instrumented one.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D42390





More information about the llvm-commits mailing list