llvm-project/lldb/source/Plugins
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
..
ABI Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
Disassembler Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
DynamicLoader Move FileSpec from Host -> Utility. 2017-03-22 18:40:07 +00:00
ExpressionParser Move FileSpec from Host -> Utility. 2017-03-22 18:40:07 +00:00
Instruction Fix two places where an arm instruction emulation method 2017-03-21 04:34:17 +00:00
InstrumentationRuntime [lldb] Add support for "external" reports in ThreadSanitizer LLDB plugin 2017-02-16 17:42:33 +00:00
JITLoader Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
Language Move many other files from Core -> Utility. 2017-03-06 18:34:25 +00:00
LanguageRuntime The expression text in AppleObjCRuntimeV1::CreateObjectChecker 2017-03-24 08:01:16 +00:00
MemoryHistory [CMake] [2/4] Update a batch of plugins 2017-01-31 22:23:49 +00:00
ObjectContainer Move FileSpec from Host -> Utility. 2017-03-22 18:40:07 +00:00
ObjectFile Move FileSpec from Host -> Utility. 2017-03-22 18:40:07 +00:00
OperatingSystem Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
Platform Delete some more dead includes. 2017-03-22 23:33:16 +00:00
Process Fix warnings from clang build on macOS. 2017-03-23 09:52:26 +00:00
ScriptInterpreter Move StringList from Core -> Utility. 2017-03-21 18:25:04 +00:00
StructuredData Delete some more dead includes. 2017-03-22 23:33:16 +00:00
SymbolFile Remove lldb streams from the Log class completely 2017-03-15 09:06:58 +00:00
SymbolVendor Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SystemRuntime Move FileSpec from Host -> Utility. 2017-03-22 18:40:07 +00:00
UnwindAssembly PluginUnwindAssemblyX86: add missing linkage to MCDisasm 2017-03-25 18:51:37 +00:00
CMakeLists.txt Add StructuredData plugin type; showcase with new DarwinLog feature 2016-08-19 04:21:48 +00:00