[PATCH] D144049: [Symbolize][MinGW] Support demangling i386 call-conv-decorated C++ names
Alvin Wong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 14 14:50:23 PST 2023
alvinhochun created this revision.
alvinhochun added a reviewer: mstorsjo.
Herald added a subscriber: hiraditya.
Herald added a project: All.
alvinhochun requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
On i386 Windows, after C++ names have been Itanium-mangled, the C name
mangling specific to its call convention may also be applied on top.
This change teaches symbolizer to be able to demangle this type of
mangled names.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D144049
Files:
llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
llvm/test/DebugInfo/symbolize-demangling-mingw32.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144049.497450.patch
Type: text/x-patch
Size: 3582 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230214/019d5ed4/attachment.bin>
More information about the llvm-commits
mailing list