From: Artem Belevich Date: Mon, 24 Oct 2016 22:52:39 +0000 (+0000) Subject: Link clangCodeGen with clangAnalysis required after r284990. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fba2357feb0e217d5566ec90d7d3b136ae3eee38;p=clang Link clangCodeGen with clangAnalysis required after r284990. Fixes build break for configurations that use shared libraries. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285037 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index f5d5d69194..9cf34f63cb 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -88,6 +88,7 @@ add_clang_library(clangCodeGen LINK_LIBS clangAST + clangAnalysis clangBasic clangFrontend clangLex