diff options
author | Ismail Donmez <ismail@i10z.com> | 2017-02-09 12:30:09 +0000 |
---|---|---|
committer | Ismail Donmez <ismail@i10z.com> | 2017-02-09 12:30:09 +0000 |
commit | 75dcfe844992853cd2fa17b09bceca76f5079278 (patch) | |
tree | 12f145a0ab773d73665168483fb65f2f61fbcc23 /lldb/source/Plugins/UnwindAssembly | |
parent | 4a64031954b61e2f8a68f762bb3854d983dc5bb3 (diff) | |
download | bcm5719-llvm-75dcfe844992853cd2fa17b09bceca76f5079278.tar.gz bcm5719-llvm-75dcfe844992853cd2fa17b09bceca76f5079278.zip |
Revert r294580 , it didn't fix the shared build
llvm-svn: 294583
Diffstat (limited to 'lldb/source/Plugins/UnwindAssembly')
-rw-r--r-- | lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt b/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt index a7591087a4b..8b05c544454 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 ) |