[PATCH] D64006: Support 64-bit offsets in utility classes (1/5)
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 2 01:46:30 PDT 2019
ikudrin updated this revision to Diff 212989.
ikudrin retitled this revision from "[Support] Support 64-bit offsets in DataExtractor." to "Support 64-bit offsets in utility classes (1/5)".
ikudrin edited the summary of this revision.
ikudrin added a reviewer: aprantl.
ikudrin added a comment.
I have prepared a set of patches to switch LLVM and the sub-projects to use 64-bit offsets with `DataExtractor` and all other places connected to it directly or indirectly. Please, take a look.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64006/new/
https://reviews.llvm.org/D64006
Files:
include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h
include/llvm/DebugInfo/DWARF/DWARFFormValue.h
include/llvm/Support/DataExtractor.h
lib/DebugInfo/DWARF/DWARFDataExtractor.cpp
lib/DebugInfo/DWARF/DWARFFormValue.cpp
lib/Support/DataExtractor.cpp
unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp
unittests/Support/DataExtractorTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64006.212989.patch
Type: text/x-patch
Size: 31754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190802/0e89752e/attachment.bin>
More information about the llvm-commits
mailing list