[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:
Alex Bradbury 2019-01-18 10:13:07 +00:00
parent 0154977e97
commit 9c66a47831
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ target_link_libraries(StaticAnalysisTests
PRIVATE
clangBasic
clangAnalysis
clangAST
clangASTMatchers
clangCrossTU
clangFrontend
clangSerialization
clangStaticAnalyzerCore