[lldb-dev] LLDB fails to build against the current llvm trunk

Sylvestre Ledru sylvestre at debian.org
Sun Apr 13 04:45:25 PDT 2014


Hello

Because of commit r206063, lldb fails to build:

/home/sylvestre/dev/debian/pkg-llvm/llvm-toolchain/branches/llvm-toolchain-snapshot_3.5~svn206132/tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp:
In constructor
‘DisassemblerLLVMC::LLVMCDisassembler::LLVMCDisassembler(const char*,
unsigned int, DisassemblerLLVMC&)’:
/home/sylvestre/dev/debian/pkg-llvm/llvm-toolchain/branches/llvm-toolchain-snapshot_3.5~svn206132/tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp:457:22:
error: ‘class llvm::MCDisassembler’ has no member named
‘setupForSymbolicDisassembly’
m_disasm_ap->setupForSymbolicDisassembly(NULL,
^


I don't really know how to fix that correctly...

Cheers,
Sylvestre



More information about the lldb-dev mailing list