From: Alex Bradbury Date: Fri, 18 Jan 2019 10:13:07 +0000 (+0000) Subject: [analyzer] Unbreak building of SymbolReaperTest true BUILD_SHARED_LIBS=True X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64179746caae8cbc5ce8c75c8abef697f2da2399;p=clang [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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@351540 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/StaticAnalyzer/CMakeLists.txt b/unittests/StaticAnalyzer/CMakeLists.txt index 8afc670f89..000c9aea94 100644 --- a/unittests/StaticAnalyzer/CMakeLists.txt +++ b/unittests/StaticAnalyzer/CMakeLists.txt @@ -12,6 +12,9 @@ target_link_libraries(StaticAnalysisTests PRIVATE clangBasic clangAnalysis + clangAST + clangASTMatchers + clangCrossTU clangFrontend clangSerialization clangStaticAnalyzerCore