llvm-project/lldb/source
Michal Gorny c4e42d2c66 PluginUnwindAssemblyX86: add missing linkage to MCDisasm
Add missing linkage of the lldbPluginUnwindAssemblyX86 to LLVMMCDisasm
library. This fixes the following build failure when linking against
shared libraries:

    lib64/liblldbPluginUnwindAssemblyX86.a(x86AssemblyInspectionEngine.cpp.o):x86AssemblyInspectionEngine.cpp:function lldb_private::x86AssemblyInspectionEngine::instruction_length(unsigned char*, int&): error: undefined reference to 'LLVMDisasmInstruction'
    lib64/liblldbPluginUnwindAssemblyX86.a(x86AssemblyInspectionEngine.cpp.o):x86AssemblyInspectionEngine.cpp:function lldb_private::x86AssemblyInspectionEngine::~x86AssemblyInspectionEngine(): error: undefined reference to 'LLVMDisasmDispose'
    lib64/liblldbPluginUnwindAssemblyX86.a(x86AssemblyInspectionEngine.cpp.o):x86AssemblyInspectionEngine.cpp:function lldb_private::x86AssemblyInspectionEngine::x86AssemblyInspectionEngine(lldb_private::ArchSpec const&): error: undefined reference to 'LLVMCreateDisasm'

Differential Revision: https://reviews.llvm.org/D31369

llvm-svn: 298777
2017-03-25 18:51:37 +00:00
..
API Move FileSpec from Host -> Utility. 2017-03-22 18:40:07 +00:00
Breakpoint Move StringList from Core -> Utility. 2017-03-21 18:25:04 +00:00
Commands Delete some more dead includes. 2017-03-22 23:33:16 +00:00
Core Delete some more dead includes. 2017-03-22 23:33:16 +00:00
DataFormatters Remove some dead code from DumpValueObjectOptions::PointerDepth 2017-03-18 17:33:00 +00:00
Expression Expression: add missing linkage to RuntimeDyld component 2017-03-25 18:51:29 +00:00
Host Fix warnings from clang build on macOS. 2017-03-23 09:52:26 +00:00
Initialization Enable ProcessPOSIXLog on NetBSD 2017-03-21 17:26:55 +00:00
Interpreter Delete some more dead includes. 2017-03-22 23:33:16 +00:00
Plugins PluginUnwindAssemblyX86: add missing linkage to MCDisasm 2017-03-25 18:51:37 +00:00
Symbol Remove dead include from GoASTContext.cpp. 2017-03-22 19:24:17 +00:00
Target Delete some more dead includes. 2017-03-22 23:33:16 +00:00
Utility Move FileSpec from Host -> Utility. 2017-03-22 18:40:07 +00:00
CMakeLists.txt [CMake] Fixing CMake to append source properties instead of overwrite them. 2016-11-10 23:56:32 +00:00
lldb.cpp One more cleanup to lldb version printing 2016-11-14 22:43:08 +00:00