This is a temporary patch to make the transition to 64-bit offsets in DebugInfo/DWARF more smooth.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D64209
[DWARF] Make DWARFDataExtractor possible to be used with both 32- and 64-bit offsets. AbandonedPublic Authored by ikudrin on Jul 4 2019, 8:02 AM.
Details
Diff Detail
Event Timelineikudrin added a parent revision: D64006: Support 64-bit offsets in utility classes (1/5).Jul 4 2019, 8:03 AM
ikudrin removed a parent revision: D64006: Support 64-bit offsets in utility classes (1/5).Aug 2 2019, 2:11 AM
Revision Contents
Diff 208044 include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h
lib/DebugInfo/DWARF/DWARFDataExtractor.cpp
|
I'm surprised that Size is still 32 bits?