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

Kevin P. Fleming via cfe-users cfe-users at lists.llvm.org
Thu Feb 11 13:30:42 PST 2016


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 following output:

[ 86%] Built target clang
[ 86%] Built target RTSanitizerCommonNoLibc.x86_64
[ 86%] Built target RTSanitizerCommon.test.nolibc.x86_64
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.
make[2]: ***
[projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/Sanitizer-x86_64-Test-Nolibc.dir/all]
Error 2
make[1]: *** [CMakeFiles/check-all.dir/rule] Error 2
make: *** [check-all] Error 2


Have I missed something in the configuration, or a required piece of
software?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-users/attachments/20160211/90c95ac0/attachment.html>


More information about the cfe-users mailing list