From 8909b6804c5da3c8d6ae2eb365bce161323420fe Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Fri, 10 Feb 2017 17:47:55 +0000 Subject: [PATCH] Fix build issue with shared libraries reported via email llvm-svn: 294763 --- lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt b/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt index 8b05c544454b..a3ba4a7150d1 100644 --- a/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt +++ b/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt @@ -9,4 +9,5 @@ add_lldb_library(lldbPluginUnwindAssemblyX86 PLUGIN lldbUtility LINK_COMPONENTS Support + MC )