]> granicus.if.org Git - clang/commitdiff
Link clangCodeGen with clangAnalysis required after r284990.
authorArtem Belevich <tra@google.com>
Mon, 24 Oct 2016 22:52:39 +0000 (22:52 +0000)
committerArtem Belevich <tra@google.com>
Mon, 24 Oct 2016 22:52:39 +0000 (22:52 +0000)
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

lib/CodeGen/CMakeLists.txt

index f5d5d691946d68279807ec0095937c9d84d267c7..9cf34f63cbe5f0392e749968406c4fc927d96338 100644 (file)
@@ -88,6 +88,7 @@ add_clang_library(clangCodeGen
 
   LINK_LIBS
   clangAST
+  clangAnalysis
   clangBasic
   clangFrontend
   clangLex