[LLVMdev] How to demange C++ names

Xiaolong Tang xiaolong.snake at gmail.com
Fri Aug 27 12:06:55 PDT 2010


Hi Chris, 

> >>> Just wondering if LLVM has any command options or tool to allow for
> >>> demangling C++ names from the LLVM bitcode?
> >> 
> >> c++filt?
> > 
> > Do you refer to any particular version of c++filt? I tried, but seemed
> > not to work. For example, when I run a command as below: 
> > 
> >  c++filt _ZNSt4listIiSaIiEEaSERKS1_
> 
> Try:
> c++filt __ZNSt4listIiSaIiEEaSERKS1_

This works. Thanks!

Best, 
Xiaolong



More information about the llvm-dev mailing list