This is an archive of the discontinued LLVM Phabricator instance.

[hmaptool] Fix string decoding for Python 3
ClosedPublic

Authored by smeenai on Jan 23 2022, 12:54 PM.

Details

Summary

Our "strings" were actually bytes, which made verbose dumping fail.
Decode them so they actually become strings.

Diff Detail

Event Timeline

smeenai requested review of this revision.Jan 23 2022, 12:54 PM
smeenai created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 23 2022, 12:54 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
bruno accepted this revision.Mar 3 2022, 3:06 PM

LGTM

This revision is now accepted and ready to land.Mar 3 2022, 3:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 3 2022, 3:06 PM
This revision was automatically updated to reflect the committed changes.