[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:41:19 PDT 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL344746: [SymbolFileNativePDB] Fix missing linkage to DebugInfoCodeView (authored by mgorny, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D53402?vs=170088&id=170096#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D53402

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


Index: lldb/trunk/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
===================================================================
--- lldb/trunk/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
+++ lldb/trunk/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.170096.patch
Type: text/x-patch
Size: 397 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181018/6091c1a0/attachment.bin>


More information about the lldb-commits mailing list