This is an archive of the discontinued LLVM Phabricator instance.

[Demangle] Support Rust v0 mangling scheme in llvm::demangle
ClosedPublic

Authored by tmiasko on Jun 15 2021, 4:38 PM.

Details

Summary

The llvm::demangle is currently used by llvm-objdump and llvm-readobj,
so this effectively adds support for Rust v0 mangling to those
applications.

Diff Detail

Event Timeline

tmiasko created this revision.Jun 15 2021, 4:38 PM
tmiasko requested review of this revision.Jun 15 2021, 4:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2021, 4:38 PM
dblaikie accepted this revision.Jun 15 2021, 4:49 PM

Sounds good

This revision is now accepted and ready to land.Jun 15 2021, 4:49 PM
pirama added a subscriber: pirama.Jun 16 2021, 10:16 PM