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
   )


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
   )
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to