mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
[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
This commit is contained in:
@@ -14,6 +14,7 @@ add_llvm_loadable_module(PrintFunctionNames PrintFunctionNames.cpp)
|
||||
add_dependencies(PrintFunctionNames
|
||||
ClangAttrClasses
|
||||
ClangAttrList
|
||||
ClangCommentCommandList
|
||||
ClangCommentNodes
|
||||
ClangDeclNodes
|
||||
ClangDiagnosticCommon
|
||||
|
||||
@@ -3,11 +3,9 @@ add_llvm_loadable_module(SampleAnalyzerPlugin MainCallChecker.cpp)
|
||||
add_dependencies(SampleAnalyzerPlugin
|
||||
ClangAttrClasses
|
||||
ClangAttrList
|
||||
ClangCommentCommandList
|
||||
ClangCommentNodes
|
||||
ClangDeclNodes
|
||||
ClangDiagnosticCommon
|
||||
ClangStmtNodes
|
||||
clangAST
|
||||
clangAnalysis
|
||||
clangStaticAnalyzerCore
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user