[CMake] AddLLVM.cmake: Tweak the corner case that "check-all" doesn't have any tests.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 24 Dec 2012 22:43:59 +0000 (22:43 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 24 Dec 2012 22:43:59 +0000 (22:43 +0000)
commit3d662d5586d08a4adb01b8dd61301f24d9c21301
tree211881e3119b84d2a56c5b78837e85bca3479bcc
parent71f30bffcf158ffac8c75bb67872e275b7f87e47
[CMake] AddLLVM.cmake: Tweak the corner case that "check-all" doesn't have any tests.

"check-all" can be executed with 0 status, "check-all does nothing, no tools built."

LLVM_EXTERNAL_CLANG_BUILD=OFF LLVM_BUILD_TOOLS=OFF can reproduce this.
Oscar Fuentes reported this. Thank you.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171046 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/AddLLVM.cmake