[Lldb-commits] [lldb] r294580 - Fix shared library build

Ismail Donmez via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 9 02:59:33 PST 2017


Author: ismail
Date: Thu Feb  9 04:59:33 2017
New Revision: 294580

URL: http://llvm.org/viewvc/llvm-project?rev=294580&view=rev
Log:
Fix shared library build

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=294580&r1=294579&r2=294580&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/UnwindAssembly/x86/CMakeLists.txt (original)
+++ lldb/trunk/source/Plugins/UnwindAssembly/x86/CMakeLists.txt Thu Feb  9 04:59:33 2017
@@ -8,5 +8,6 @@ add_lldb_library(lldbPluginUnwindAssembl
     lldbTarget
     lldbUtility
   LINK_COMPONENTS
+    MC
     Support
   )




More information about the lldb-commits mailing list