DWARFContext, the only user of this class, already can handle such offsets.
Details
Diff Detail
Event Timeline
llvm/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp | ||
---|---|---|
121 | -1Ull ? |
llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h | ||
---|---|---|
36 | Thanks for catching this! | |
56–57 | Fixing the style of the existing comments is out of the scope of this patch, no? |
But removing the default values is also seems to be out of the scope of the patch.
Okay, but could you please prepare a follow-up patch that does this?
-1ULL? But really, these should be optionals, right?