summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/UnwindAssembly
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2017-02-10 18:37:02 +0000
committerChris Bieneman <beanz@apple.com>2017-02-10 18:37:02 +0000
commitba170c2ad808dbb00f3abae7e72d0f2ccb34f978 (patch)
treed14a5942d38c76607f51a6d6008297f019b9daf5 /lldb/source/Plugins/UnwindAssembly
parent39f8da38238a5e180beebfc1d13757a8af0f158b (diff)
downloadbcm5719-llvm-ba170c2ad808dbb00f3abae7e72d0f2ccb34f978.tar.gz
bcm5719-llvm-ba170c2ad808dbb00f3abae7e72d0f2ccb34f978.zip
Fix another build issue with shared libraries on Linux
llvm-svn: 294767
Diffstat (limited to 'lldb/source/Plugins/UnwindAssembly')
-rw-r--r--lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt b/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt
index a3ba4a7150d..f1b6fc05941 100644
--- a/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt
+++ b/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt
@@ -10,4 +10,6 @@ add_lldb_library(lldbPluginUnwindAssemblyX86 PLUGIN
LINK_COMPONENTS
Support
MC
+ MCDisassembler
+ RuntimeDyld
)
OpenPOWER on IntegriCloud