diff options
author | Chris Bieneman <beanz@apple.com> | 2017-02-10 17:47:55 +0000 |
---|---|---|
committer | Chris Bieneman <beanz@apple.com> | 2017-02-10 17:47:55 +0000 |
commit | 8909b6804c5da3c8d6ae2eb365bce161323420fe (patch) | |
tree | 68c509e462869e0e10fe194b0c1a4485c5150335 /lldb/source/Plugins/UnwindAssembly | |
parent | e60f4e4b8dfe261e9dff02b1a08d80f6b34492e4 (diff) | |
download | bcm5719-llvm-8909b6804c5da3c8d6ae2eb365bce161323420fe.tar.gz bcm5719-llvm-8909b6804c5da3c8d6ae2eb365bce161323420fe.zip |
Fix build issue with shared libraries reported via email
llvm-svn: 294763
Diffstat (limited to 'lldb/source/Plugins/UnwindAssembly')
-rw-r--r-- | lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt b/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt index 8b05c544454..a3ba4a7150d 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 ) |