summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-12-21 01:35:28 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-12-21 01:35:28 +0000
commitecba4c3d0b49c08264c8c9ed2cfa4ea513e60c09 (patch)
tree9b87cf4c305225048291ea8c3874d4f24e7598c5
parent8050a49737e1c4d01586aded1f470ae6e8fcc705 (diff)
downloadbcm5719-llvm-ecba4c3d0b49c08264c8c9ed2cfa4ea513e60c09.tar.gz
bcm5719-llvm-ecba4c3d0b49c08264c8c9ed2cfa4ea513e60c09.zip
check-clang-tools requires clang-headers due to test/clang-tidy.
clang-modernize provided clang-headers but it was removed. llvm-svn: 256133
-rw-r--r--clang-tools-extra/test/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang-tools-extra/test/CMakeLists.txt b/clang-tools-extra/test/CMakeLists.txt
index 326319b3566..642cd652c8c 100644
--- a/clang-tools-extra/test/CMakeLists.txt
+++ b/clang-tools-extra/test/CMakeLists.txt
@@ -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
OpenPOWER on IntegriCloud