krytarowski added a comment.
I had this working with 2.8:
--- source/Plugins/SymbolFile/PDB/CMakeLists.txt.orig 2016-04-27
00:55:50.000000000 +0000
+++ source/Plugins/SymbolFile/PDB/CMakeLists.txt
@@ -1,7 +1,11 @@
-set(LLVM_PRIVATE_LINK_COMPONENTS
- DebugInfoPDB)
+#set(LLVM_PRIVATE_LINK_COMPONENTS
+# DebugInfoPDB)
add_lldb_library(lldbPluginSymbolFilePDB
PDBASTParser.cpp
SymbolFilePDB.cpp
)
+
+target_link_libraries(lldbPluginSymbolFilePDB
+LINK_PRIVATE
+LLVMDebugInfoPDB)
I'm going to test build lldb with 2.8.12.2.
Repository:
rL LLVM
http://reviews.llvm.org/D19685
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits