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.
Details
Details
- Reviewers
bruno - Commits
- rG0c1d330431f5: [hmaptool] Fix dumping
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo