summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-03-13 03:47:43 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-03-13 03:47:43 +0000
commit0c1e8452cc75cc31c6bace9217c05839d709b944 (patch)
tree4796184c57ac0b67ebb60b723f3e5b306ec7c894
parent393edd1cb309864fbe716315ecb479738079942f (diff)
downloadbcm5719-llvm-0c1e8452cc75cc31c6bace9217c05839d709b944.tar.gz
bcm5719-llvm-0c1e8452cc75cc31c6bace9217c05839d709b944.zip
Add clangBasic to libdeps according to r232051 since the interface of ASTMatchers was changed.
llvm-svn: 232138
-rw-r--r--clang-tools-extra/clang-tidy/tool/CMakeLists.txt1
-rw-r--r--clang-tools-extra/unittests/clang-query/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/clang-tools-extra/clang-tidy/tool/CMakeLists.txt b/clang-tools-extra/clang-tidy/tool/CMakeLists.txt
index a20dcb714bd..ea65b76d9e9 100644
--- a/clang-tools-extra/clang-tidy/tool/CMakeLists.txt
+++ b/clang-tools-extra/clang-tidy/tool/CMakeLists.txt
@@ -8,6 +8,7 @@ add_clang_executable(clang-tidy
target_link_libraries(clang-tidy
clangAST
clangASTMatchers
+ clangBasic
clangTidy
clangTidyGoogleModule
clangTidyLLVMModule
diff --git a/clang-tools-extra/unittests/clang-query/CMakeLists.txt b/clang-tools-extra/unittests/clang-query/CMakeLists.txt
index a96a9bcb448..2852472d068 100644
--- a/clang-tools-extra/unittests/clang-query/CMakeLists.txt
+++ b/clang-tools-extra/unittests/clang-query/CMakeLists.txt
@@ -14,6 +14,7 @@ add_extra_unittest(ClangQueryTests
target_link_libraries(ClangQueryTests
clangAST
clangASTMatchers
+ clangBasic
clangDynamicASTMatchers
clangQuery
clangTooling
OpenPOWER on IntegriCloud