lldb-tools / lldb-mi

LLDB's machine interface driver
https://lldb.llvm.org
Other
162 stars 53 forks source link

lldb-mi build fails on linux with "Undefined symbol: llvm::Twine::str() const" #85

Open Qwinci opened 2 years ago

Qwinci commented 2 years ago

Building llvm-mi on linux with clang 13 sources fails with error "ld.lld: error: undefined symbol: llvm::Twine::str() const" referenced by MICmdCmdData.cpp referenced by MICmdCmdSymbol.cpp referenced by MICmdCmdSymbol.cpp

Nic30 commented 2 years ago

Using Ubuntu 21.10 with LLVM-13 (llvm-dev llvm liblldb-dev llbd packages) compiled with gcc 11.2.0 it seem to be working fine.