[CMake] Rename EXCLUDE_FROM_ALL and make it an argument to add_lit_testsuite
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 6 Feb 2020 23:26:10 +0000 (15:26 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 6 Feb 2020 23:33:18 +0000 (15:33 -0800)
commit4fe839ef3a51e0ea2e72ea2f8e209790489407a2
tree6f4da90dce4b52d495ec9aee94aa6ba66350179e
parente0d1e83e23637324cddfb7ad57c0ae603e1313c8
[CMake] Rename EXCLUDE_FROM_ALL and make it an argument to add_lit_testsuite

EXCLUDE_FROM_ALL means something else for add_lit_testsuite as it does
for something like add_executable. Distinguish between the two by
renaming the variable and making it an argument to add_lit_testsuite.

Differential revision: https://reviews.llvm.org/D74168
clang/utils/perf-training/CMakeLists.txt
compiler-rt/test/asan/CMakeLists.txt
compiler-rt/test/fuzzer/CMakeLists.txt
compiler-rt/test/tsan/CMakeLists.txt
compiler-rt/test/ubsan/CMakeLists.txt
lldb/test/Shell/CMakeLists.txt
llvm/cmake/modules/AddLLVM.cmake
llvm/test/CMakeLists.txt
openmp/cmake/OpenMPTesting.cmake
openmp/libomptarget/deviceRTLs/nvptx/test/CMakeLists.txt
openmp/runtime/test/CMakeLists.txt