Skip to content

Commit

Permalink
clang-tools-extra: disable new clang-tidy plugin tests
Browse files Browse the repository at this point in the history
Fixes linking errors reported at https://reviews.llvm.org/D111100
and https://reviews.llvm.org/D119199

Change-Id: Ifd5788b5b700d9a8e01bf117eae9eb7670dbe138
Reviewed-by: Cristian Adam <[email protected]>
  • Loading branch information
cristianadam committed Sep 21, 2024
1 parent f5dac58 commit c69725d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang-tools-extra/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ foreach(dep ${LLVM_UTILS_DEPS})
endif()
endforeach()

#[[
if (NOT WIN32 OR NOT LLVM_LINK_LLVM_DYLIB)
llvm_add_library(
CTTestTidyModule
Expand All @@ -83,6 +84,7 @@ if(TARGET CTTestTidyModule)
)
endif()
endif()
#]]

add_lit_testsuite(check-clang-extra "Running clang-tools-extra/test"
${CMAKE_CURRENT_BINARY_DIR}
Expand Down

0 comments on commit c69725d

Please sign in to comment.