[Lldb-commits] [lldb] r294583 - Revert r294580 , it didn't fix the shared build

Ismail Donmez via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 9 04:30:10 PST 2017


Author: ismail
Date: Thu Feb  9 06:30:09 2017
New Revision: 294583

URL: http://llvm.org/viewvc/llvm-project?rev=294583&view=rev
Log:
Revert r294580 , it didn't fix the shared 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=294583&r1=294582&r2=294583&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/UnwindAssembly/x86/CMakeLists.txt (original)
+++ lldb/trunk/source/Plugins/UnwindAssembly/x86/CMakeLists.txt Thu Feb  9 06:30:09 2017
@@ -8,6 +8,5 @@ add_lldb_library(lldbPluginUnwindAssembl
     lldbTarget
     lldbUtility
   LINK_COMPONENTS
-    MC
     Support
   )




More information about the lldb-commits mailing list