[Lldb-commits] [lldb] r294767 - Fix another build issue with shared libraries on Linux

Chris Bieneman via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 10 10:37:03 PST 2017


Author: cbieneman
Date: Fri Feb 10 12:37:02 2017
New Revision: 294767

URL: http://llvm.org/viewvc/llvm-project?rev=294767&view=rev
Log:
Fix another build issue with shared libraries on Linux

Modified:
    lldb/trunk/source/Plugins/UnwindAssembly/x86/CMakeLists.txt

Modified: lldb/trunk/source/Plugins/UnwindAssembly/x86/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/UnwindAssembly/x86/CMakeLists.txt?rev=294767&r1=294766&r2=294767&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/UnwindAssembly/x86/CMakeLists.txt (original)
+++ lldb/trunk/source/Plugins/UnwindAssembly/x86/CMakeLists.txt Fri Feb 10 12:37:02 2017
@@ -10,4 +10,6 @@ add_lldb_library(lldbPluginUnwindAssembl
   LINK_COMPONENTS
     Support
     MC
+    MCDisassembler
+    RuntimeDyld
   )




More information about the lldb-commits mailing list