[PATCH] D110664: [Symbolize] Demangle Rust symbols
Tomasz Miąsko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 12 01:33:05 PDT 2021
tmiasko added a comment.
In D110664#3057345 <https://reviews.llvm.org/D110664#3057345>, @jhenderson wrote:
> Why the functional change to allow double underscore Rust symbols?
To support symbols with extra decoration on Mach-O for code paths that use llvm::demangle and expect it to strip the extra underscore. One example would be llvm-objdump.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110664/new/
https://reviews.llvm.org/D110664
More information about the llvm-commits
mailing list