Skip to content

Commit c0fdedf

Browse files
authored
[clang-tidy][NFC]remove deps of clang in clang tidy test (#116588)
It is introduced in https://reviews.llvm.org/D59528, but I don't find any usage of clang in clang tidy test.
1 parent ddc2e36 commit c0fdedf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang-tools-extra/test/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ set(CLANG_TOOLS_TEST_DEPS
5050
clang-resource-headers
5151

5252
clang-tidy
53-
# Clang-tidy tests need clang for building modules.
54-
clang
5553
)
5654

5755
# Add lit test dependencies.

0 commit comments

Comments
 (0)