[Lldb-commits] [lldb] r344746 - [SymbolFileNativePDB] Fix missing linkage to DebugInfoCodeView
Michal Gorny via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 18 08:39:22 PDT 2018
Author: mgorny
Date: Thu Oct 18 08:39:22 2018
New Revision: 344746
URL: http://llvm.org/viewvc/llvm-project?rev=344746&view=rev
Log:
[SymbolFileNativePDB] Fix missing linkage to DebugInfoCodeView
Differential Revision: https://reviews.llvm.org/D53402
Modified:
lldb/trunk/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
Modified: lldb/trunk/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt?rev=344746&r1=344745&r2=344746&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt (original)
+++ lldb/trunk/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt Thu Oct 18 08:39:22 2018
@@ -11,6 +11,7 @@ add_lldb_library(lldbPluginSymbolFileNat
lldbSymbol
lldbUtility
LINK_COMPONENTS
+ DebugInfoCodeView
DebugInfoPDB
Support
)
More information about the lldb-commits
mailing list