forked from OSchip/llvm-project
check-clang-tools requires clang-headers due to test/clang-tidy.
clang-modernize provided clang-headers but it was removed. llvm-svn: 256133
This commit is contained in:
parent
8050a49737
commit
ecba4c3d0b
|
@ -34,6 +34,9 @@ set(CLANG_TOOLS_TEST_DEPS
|
|||
# Base line deps.
|
||||
FileCheck count not
|
||||
|
||||
# clang-tidy tests require it.
|
||||
clang-headers
|
||||
|
||||
# Individual tools we test.
|
||||
clang-apply-replacements
|
||||
clang-rename
|
||||
|
|
Loading…
Reference in New Issue