]> granicus.if.org Git - clang/commitdiff
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285042 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CMakeLists.txt

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