summaryrefslogtreecommitdiffstats
path: root/clang/examples/PrintFunctionNames
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2014-02-13 18:12:30 +0000
committerJordan Rose <jordan_rose@apple.com>2014-02-13 18:12:30 +0000
commitab57f79df417a2dc358bb5693262a88c23e095f3 (patch)
tree1fcb75e3798f5a19e74c93d82d475eec9be4f348 /clang/examples/PrintFunctionNames
parentcdf2fae6103e75104ee98285272fdf9008abf0df (diff)
downloadbcm5719-llvm-ab57f79df417a2dc358bb5693262a88c23e095f3.tar.gz
bcm5719-llvm-ab57f79df417a2dc358bb5693262a88c23e095f3.zip
[examples] Add tablegen'd ClangCommentCommandList as a dependency for plugins.
Also, remove library dependencies for the sample analyzer-plugin. The only library changes that would require a rebuild should be in headers, which should already implicitly be marked as dependencies. llvm-svn: 201350
Diffstat (limited to 'clang/examples/PrintFunctionNames')
-rw-r--r--clang/examples/PrintFunctionNames/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/examples/PrintFunctionNames/CMakeLists.txt b/clang/examples/PrintFunctionNames/CMakeLists.txt
index dcc39a57683..f24b92d320b 100644
--- a/clang/examples/PrintFunctionNames/CMakeLists.txt
+++ b/clang/examples/PrintFunctionNames/CMakeLists.txt
@@ -14,6 +14,7 @@ add_llvm_loadable_module(PrintFunctionNames PrintFunctionNames.cpp)
add_dependencies(PrintFunctionNames
ClangAttrClasses
ClangAttrList
+ ClangCommentCommandList
ClangCommentNodes
ClangDeclNodes
ClangDiagnosticCommon
OpenPOWER on IntegriCloud