[hmaptool] Fix dumping
authorShoaib Meenai <smeenai@fb.com>
Sun, 23 Jan 2022 20:50:01 +0000 (12:50 -0800)
committerShoaib Meenai <smeenai@fb.com>
Thu, 3 Mar 2022 23:18:09 +0000 (15:18 -0800)
commit0c1d330431f59011fd861e291d5048858a973c5a
tree64a736085cf264dbca981af3ba1e695cb1f7295a
parentbc1574b4951fcddc95b1c45587f7ed9a9c72ad46
[hmaptool] Fix dumping

It was complaining about too many values to unpack, since our struct
unpack format string specified six members, but we only had five
variables to unpack to. The sixth value is the max value length, but
it's not used in dumping, so we can ignore it.

Reviewed By: bruno

Differential Revision: https://reviews.llvm.org/D118004
clang/utils/hmaptool/hmaptool