<div dir="ltr"><div><div>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.<br><br></div>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 following output:<br><br>[ 86%] Built target clang<br>[ 86%] Built target RTSanitizerCommonNoLibc.x86_64<br>[ 86%] Built target RTSanitizerCommon.test.nolibc.x86_64<br>make[3]: *** No rule to make target `bin/clang', needed by `projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/Sanitizer-x86_64-Test-Nolibc'.  Stop.<br>make[2]: *** [projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/Sanitizer-x86_64-Test-Nolibc.dir/all] Error 2<br>make[1]: *** [CMakeFiles/check-all.dir/rule] Error 2<br>make: *** [check-all] Error 2<br><br><br></div><div>Have I missed something in the configuration, or a required piece of software?<br></div></div>