[cfe-users] Failure in 'make check-all'

2016-02-11 Thread Kevin P. Fleming via cfe-users
I've got a tip-of-trunk checkout of llvm, cfe, and compiler-rt. I'm building on Ubuntu 14.04, so using GCC 4.8.2 for the build. CMake configuration works fine, and a full build ('make all') also works fine. When I run 'make check-all', I see quite a lot of unit tests being built, and then the foll

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