aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-07-09 14:12:20 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-07-09 14:12:20 +0000
commit2964ffed269794cb6d13d58a287001d2d4433a55 (patch)
tree7866542a5229dda32eb6cb05800864f4e57b668a /lib
parentb1614041ac297f2e1fca359e9b77291ae5006832 (diff)
[CMake] Get rid of unconditional dependency to ClangDiagnosticCommon. Only clangBasic and clangASTMatchers need it.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159931 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/ASTMatchers/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ASTMatchers/CMakeLists.txt b/lib/ASTMatchers/CMakeLists.txt
index 806b68783f..8fc7d4b208 100644
--- a/lib/ASTMatchers/CMakeLists.txt
+++ b/lib/ASTMatchers/CMakeLists.txt
@@ -12,5 +12,6 @@ add_dependencies(clangASTMatchers
ClangAttrList
ClangCommentNodes
ClangDeclNodes
+ ClangDiagnosticCommon
ClangStmtNodes
)