Skip to content
Commit b690fbba authored by Jason Molenda's avatar Jason Molenda
Browse files

Fix a crash on some platforms where a dSYM for a system library lists a DW_AT_mips_linkage_name for

a non-mangled function - we pass the non mangled string down through abi::__cxa_demangle and it
crashes.  Usually passing non mangled strings to abi::__cxa_demangle works out fine but not
always, apparently.

llvm-svn: 121834
parent 357d0f3c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment