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
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