[CMake] Fix bots broken by including order file generation in check-all

llvm-svn: 257948
This commit is contained in:
Chris Bieneman 2016-01-15 22:44:18 +00:00
parent 9db01aaf78
commit 3f746e67df
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# All test suites added here should be excuded from check-all
set(EXCLUDE_FROM_ALL On)
if (CMAKE_CFG_INTDIR STREQUAL ".")
set(LLVM_BUILD_MODE ".")
else ()