Add dependency from clangCodeGen to clangAnalysis
authorMehdi Amini <mehdi.amini@apple.com>
Mon, 24 Oct 2016 23:38:32 +0000 (23:38 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Mon, 24 Oct 2016 23:38:32 +0000 (23:38 +0000)
This is unbreaking the build with shared library after r285019.

llvm-svn: 285042

clang/lib/CodeGen/CMakeLists.txt

index 9cf34f6..9857174 100644 (file)
@@ -87,6 +87,7 @@ add_clang_library(clangCodeGen
   ${codegen_deps}
 
   LINK_LIBS
+  clangAnalysis
   clangAST
   clangAnalysis
   clangBasic