From: Mehdi Amini Date: Mon, 24 Oct 2016 23:38:32 +0000 (+0000) Subject: Add dependency from clangCodeGen to clangAnalysis X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9120cee9821f4aa198ccae4b2b6ab8c8b2a68fcf;p=clang Add dependency from clangCodeGen to clangAnalysis This is unbreaking the build with shared library after r285019. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285042 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 9cf34f63cb..98571745da 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -87,6 +87,7 @@ add_clang_library(clangCodeGen ${codegen_deps} LINK_LIBS + clangAnalysis clangAST clangAnalysis clangBasic