[LLVMdev] C++ demangling in LLVM
Chris Lattner
clattner at apple.com
Tue Aug 14 20:38:01 PDT 2012
On Aug 14, 2012, at 3:11 PM, "Villmow, Micah" <Micah.Villmow at amd.com> wrote:
> Was there any resolution about if bringing this into the LLVM Support directory should be done or not? I have a need of being able to use this, not just for demangling, but also to verify correctness of a mangled function, and can only rely on LLVM core.
Micah,
Why can't you just call the standard __cxa_demangle function?
-Chris
More information about the llvm-dev
mailing list