This is an archive of the discontinued LLVM Phabricator instance.

[LLD] Convert demangleItanium to use the higher level llvm::demangle function. NFC.
ClosedPublic

Authored by mstorsjo on Sep 25 2019, 3:46 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Sep 25 2019, 3:46 AM
MaskRay accepted this revision.Sep 25 2019, 6:32 AM

This is easier to review than the original patch. Thanks!

This revision is now accepted and ready to land.Sep 25 2019, 6:32 AM
MaskRay added inline comments.Sep 25 2019, 6:33 AM
lld/test/ELF/undef.s
26 ↗(On Diff #221708)

add a comment that this is not demangled

This revision was automatically updated to reflect the committed changes.