summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@gmail.com>2022-02-21 22:31:10 +0100
committerCristian Adam <cristian.adam@qt.io>2022-02-22 19:22:32 +0100
commit32cfcdbec2082cc01d2b4c0b01590a7996c5969c (patch)
tree10436eee965f1c1d0ebd6ec183a60be50ed39852
parent99ef6ebffb30ce0eb04e641c26ee69b3b1b98be7 (diff)
clang-tools-extra: disable new clang-tidy plugin tests
Fixes linking errors reported at https://reviews.llvm.org/D111100 and https://reviews.llvm.org/D119199
-rw-r--r--clang-tools-extra/test/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang-tools-extra/test/CMakeLists.txt b/clang-tools-extra/test/CMakeLists.txt
index 170e5f8bd197..e8b897893776 100644
--- a/clang-tools-extra/test/CMakeLists.txt
+++ b/clang-tools-extra/test/CMakeLists.txt
@@ -80,6 +80,7 @@ foreach(dep ${LLVM_UTILS_DEPS})
endif()
endforeach()
+#[[
if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY)
llvm_add_library(
CTTestTidyModule
@@ -106,6 +107,7 @@ if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY)
endif()
endif()
endif()
+#]]
add_lit_testsuite(check-clang-tools "Running the Clang extra tools' regression tests"
${CMAKE_CURRENT_BINARY_DIR}