You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `@_ZN9__gnu_cxx12__to_xstringINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcEET_PFiPT0_mPKS8_P13__va_list_tagEmSB_z`
one seems strange to me, but based on my libstdc++ usage probably ok.
How about generally getting (slowly) rid of this list by calling
`std::string llvm::demangle(const std::string &MangledName)`
in `llvm/Demangle/Demangle.h` for every function missing a definition?
If it succeeds we can still match the beginning, but using the demangled name
it should end up in a shorter comparison list and we should miss less functions.
I didn't run into a single fn which I couldn't demangle with llvm-c++filt, so I guess it's valid to still panic then.
0 commit comments