DescriptionBuild clang --without-llvmgcc and --without-llvmgxx.
Without this, configure finds llvm-gcc and llvm-g++ if already installed on
the system, which will likely be out of date relative to the LLVM being built.
This causes "make check" to run additional tests using the system llvm-gcc and
llvm-g++. Some of these tests will fail.
Since we don't build or care about llvm-gcc, it's pointless to run these
tests, and it's scary to run your compiler's test suite and see failures.
BUG=none
TEST=cd third_party/llvm-build; make check-all; make unittests
for i in tools/clang/unittests/*/Release+Asserts/*Tests; do "${i}"; done
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96744
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|