diff options
author | Ismail Donmez <ismail@i10z.com> | 2017-02-09 10:59:33 +0000 |
---|---|---|
committer | Ismail Donmez <ismail@i10z.com> | 2017-02-09 10:59:33 +0000 |
commit | 4200948c5a6e45a4a076378651f40f08dfdc33e1 (patch) | |
tree | 6115a2f945616049e0d28460426a8c88069bf1e7 /lldb/source/Plugins/UnwindAssembly | |
parent | f09245a689b3d57d17b6f63fad195818333d1cca (diff) | |
download | bcm5719-llvm-4200948c5a6e45a4a076378651f40f08dfdc33e1.tar.gz bcm5719-llvm-4200948c5a6e45a4a076378651f40f08dfdc33e1.zip |
Fix shared library build
llvm-svn: 294580
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..a7591087a4b 100644 --- a/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt +++ b/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt @@ -8,5 +8,6 @@ add_lldb_library(lldbPluginUnwindAssemblyX86 PLUGIN lldbTarget lldbUtility LINK_COMPONENTS + MC Support ) |