Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is there any producer that actually emits a 64-bit pubnames? (i.e., is this really worth bothering with?)
I'd have expected the mismatch between section size and the DWARF unit length to cause some sort of warning, but I see that the old code didn't care about malformed info, so that shouldn't block this patch.
Comment Actions
I do not have a sample. Right now I am adding DWARF64 to the diagnostic tools to simplify further work on producers.
I have added DWARF64 here just for completeness. The tables are already obsolete in DWARF5, so I do not have plans to improve the parsing too much.
Comment Actions
Well... the code is not complicated and is consistent with how other sections are handled. LGTM