This is an archive of the discontinued LLVM Phabricator instance.

llvm-xray {convert,extract}: Add --demangle
ClosedPublic

Authored by MaskRay on Aug 15 2021, 8:57 PM.

Details

Summary

No demangling may be a better default in the future.
Add --demangle for migration convenience.

Diff Detail

Event Timeline

MaskRay requested review of this revision.Aug 15 2021, 8:57 PM
MaskRay created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 15 2021, 8:57 PM
Enna1 added a comment.Aug 17 2021, 7:58 PM

When D108019 is landed, add if (Demangle.getPosition() < NoDemangle.getPosition()) to xray-converter.cpp like xray-extract.cpp?

Yes. Depends on the order the patches land.

Enna1 accepted this revision.Aug 23 2021, 8:23 PM
This revision is now accepted and ready to land.Aug 23 2021, 8:23 PM
This revision was automatically updated to reflect the committed changes.