This will incidentally make it really easy to handle multiple .debug_info sections for v5.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Thanks Paul! One nit, otherwise this LGTM.
llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h | ||
---|---|---|
166 | I believe we are moving to returning unsigneds instead of booleans. I'd do the same here, even if the first error is fatal. Maybe you can do the same for verifyUnitContents for consistency? |
llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h | ||
---|---|---|
166 | Done in the commit, coming soon. |
I believe we are moving to returning unsigneds instead of booleans. I'd do the same here, even if the first error is fatal. Maybe you can do the same for verifyUnitContents for consistency?