Issue 125234
Summary llvm-cxxfilt unable to demangle symbol
Labels new issue
Assignees
Reporter JVApen
    The following symbol: `_ZN2NS1CcvNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEEEv` was not able to be demangled with llvm-cxxfilt from LLVM16. (Currently can't verify this on trunk)

According to https://demangler.com/, this should translate to: `NS::C::operator std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >()`
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to