tra added a comment.
CodeGen's CMakeLists.txt needs to be updated to link with clangAnalysis now,
otherwise it breaks builds that use shared libraries.
Fixed in r285037.
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt
index f5d5d69..9cf34f6 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
Repository:
rL LLVM
https://reviews.llvm.org/D25888
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits