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>2023-04-19 14:59:44 +0200
commitb212c4b5d1f8380107ffb80c2fa5af6c379fd19a (patch)
treeba468b42b081d0b0b6080552a4f4d1234ac62408
parentb10142749bc818cd1454d121b67254532af8ad5c (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 f4c529ee8af2..2062072f3d6d 100644
--- a/clang-tools-extra/test/CMakeLists.txt
+++ b/clang-tools-extra/test/CMakeLists.txt
@@ -67,6 +67,7 @@ foreach(dep ${LLVM_UTILS_DEPS})
endif()
endforeach()
+#[[
if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY)
if (NOT WIN32 OR NOT LLVM_LINK_LLVM_DYLIB)
llvm_add_library(
@@ -95,6 +96,7 @@ if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY)
endif()
endif()
endif()
+#]]
add_lit_testsuite(check-clang-extra "Running clang-tools-extra/test"
${CMAKE_CURRENT_BINARY_DIR}