Re: [cfe-users] Clang memory sanitizer: llvm-symbolizer problem

2015-11-26 Thread Kevin P. Fleming via cfe-users
Instead of putting the directory that contains libc++/libc++abi into LD_LIBRARY_PATH, use the system's 'normal' method of locating libraries, by ensuring that directory is included in the search path built up from /etc/ld.so.conf. If you do this, then an RPATH in an executable *will* take precedenc

Re: [cfe-users] Clang memory sanitizer: llvm-symbolizer problem

2015-11-26 Thread Schlottke-Lakemper, Michael via cfe-users
On 25 Nov 2015, at 20:13 , Alexey Samsonov mailto:vonos...@gmail.com>> wrote: On Wed, Nov 25, 2015 at 4:12 AM, Schlottke-Lakemper, Michael mailto:m.schlottke-lakem...@aia.rwth-aachen.de>> wrote: Thus I tried to compile a complete LLVM/Clang stack (with compiler-rt, libcxx, libcxxabi, libomp)