From 75dcfe844992853cd2fa17b09bceca76f5079278 Mon Sep 17 00:00:00 2001 From: Ismail Donmez Date: Thu, 9 Feb 2017 12:30:09 +0000 Subject: [PATCH] Revert r294580 , it didn't fix the shared build llvm-svn: 294583 --- lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt b/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt index a7591087a4b2..8b05c544454b 100644 --- a/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt +++ b/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt @@ -8,6 +8,5 @@ add_lldb_library(lldbPluginUnwindAssemblyX86 PLUGIN lldbTarget lldbUtility LINK_COMPONENTS - MC Support )