Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Qwinci opened this issue Oct 1, 2021 · 1 comment

Comments

@Qwinci
Copy link

Qwinci commented Oct 1, 2021

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

@tkrasnukha tkrasnukha added the good first issue Good for newcomers label Oct 5, 2021
@tkrasnukha tkrasnukha removed the good first issue Good for newcomers label Apr 5, 2022
@Nic30
Copy link

Nic30 commented Apr 14, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants