forked from OSchip/llvm-project
[analyzer] Unbreak building of SymbolReaperTest true BUILD_SHARED_LIBS=True
Extra dependencies need to be listed for StaticAnalysisTests in order for linking to succeed when BUILD_SHARED_LIBS=True. llvm-svn: 351540
This commit is contained in:
parent
0154977e97
commit
9c66a47831
|
@ -12,6 +12,9 @@ target_link_libraries(StaticAnalysisTests
|
||||||
PRIVATE
|
PRIVATE
|
||||||
clangBasic
|
clangBasic
|
||||||
clangAnalysis
|
clangAnalysis
|
||||||
|
clangAST
|
||||||
|
clangASTMatchers
|
||||||
|
clangCrossTU
|
||||||
clangFrontend
|
clangFrontend
|
||||||
clangSerialization
|
clangSerialization
|
||||||
clangStaticAnalyzerCore
|
clangStaticAnalyzerCore
|
||||||
|
|
Loading…
Reference in New Issue