[Lldb-commits] [PATCH] D53402: [SymbolFileNativePDB] Fix missing linkage to DebugInfoCodeView

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 18 08:03:30 PDT 2018


mgorny created this revision.
mgorny added a reviewer: zturner.
Herald added a subscriber: JDevlieghere.

Repository:
  rLLDB LLDB

https://reviews.llvm.org/D53402

Files:
  source/Plugins/SymbolFile/NativePDB/CMakeLists.txt


Index: source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
===================================================================
--- source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
+++ source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
@@ -11,6 +11,7 @@
     lldbSymbol
 	  lldbUtility
   LINK_COMPONENTS
+    DebugInfoCodeView
     DebugInfoPDB
     Support
   )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53402.170088.patch
Type: text/x-patch
Size: 364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181018/9157aa0b/attachment.bin>


More information about the lldb-commits mailing list