[all-commits] [llvm/llvm-project] 4fe839: [CMake] Rename EXCLUDE_FROM_ALL and make it an arg...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Feb 6 15:40:05 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4fe839ef3a51e0ea2e72ea2f8e209790489407a2
      https://github.com/llvm/llvm-project/commit/4fe839ef3a51e0ea2e72ea2f8e209790489407a2
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-02-06 (Thu, 06 Feb 2020)

  Changed paths:
    M clang/utils/perf-training/CMakeLists.txt
    M compiler-rt/test/asan/CMakeLists.txt
    M compiler-rt/test/fuzzer/CMakeLists.txt
    M compiler-rt/test/tsan/CMakeLists.txt
    M compiler-rt/test/ubsan/CMakeLists.txt
    M lldb/test/Shell/CMakeLists.txt
    M llvm/cmake/modules/AddLLVM.cmake
    M llvm/test/CMakeLists.txt
    M openmp/cmake/OpenMPTesting.cmake
    M openmp/libomptarget/deviceRTLs/nvptx/test/CMakeLists.txt
    M openmp/runtime/test/CMakeLists.txt

  Log Message:
  -----------
  [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




More information about the All-commits mailing list