From: Chris Bieneman Date: Fri, 15 Jan 2016 22:44:18 +0000 (+0000) Subject: [CMake] Fix bots broken by including order file generation in check-all X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=797e525e141480b683de7cf3ff55eade20ac8a62;p=clang [CMake] Fix bots broken by including order file generation in check-all git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@257948 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/perf-training/CMakeLists.txt b/utils/perf-training/CMakeLists.txt index 5b1707af0a..32f7c84555 100644 --- a/utils/perf-training/CMakeLists.txt +++ b/utils/perf-training/CMakeLists.txt @@ -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 ()