[LLVMdev] [lld] adding demangler for symbol resolution

Joerg Sonnenberger joerg at britannica.bec.de
Fri Dec 12 03:54:30 PST 2014


On Thu, Dec 11, 2014 at 11:38:19PM -0600, Shankar Easwaran wrote:
> One source of confusion is libstdc++ owns the API __cxa_demangle,
> when the demangle code is moved from libc++ to llvm, does libc++
> link with libSupport ?

Actually, it would be libsupc++, which just happens to be included in
the dynamic libstdc++. The equivalent would be libc++abi.

Joerg



More information about the llvm-dev mailing list