diff options
author | Shoaib Meenai <smeenai@fb.com> | 2022-01-23 12:50:01 -0800 |
---|---|---|
committer | Shoaib Meenai <smeenai@fb.com> | 2022-03-03 15:18:09 -0800 |
commit | 0c1d330431f59011fd861e291d5048858a973c5a (patch) | |
tree | 64a736085cf264dbca981af3ba1e695cb1f7295a /llvm/lib/Support/SourceMgr.cpp | |
parent | bc1574b4951fcddc95b1c45587f7ed9a9c72ad46 (diff) | |
download | llvm-0c1d330431f59011fd861e291d5048858a973c5a.zip llvm-0c1d330431f59011fd861e291d5048858a973c5a.tar.gz llvm-0c1d330431f59011fd861e291d5048858a973c5a.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/Support/SourceMgr.cpp')
0 files changed, 0 insertions, 0 deletions