[PATCH] D65638: Switch LLVM to use 64-bit offsets (2/5)

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 03:50:00 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL368014: Switch LLVM to use 64-bit offsets (2/5) (authored by ikudrin, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D65638?vs=212990&id=213573#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65638/new/

https://reviews.llvm.org/D65638

Files:
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFAttribute.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFContext.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDie.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFExpression.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFListTable.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFUnit.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFVerifier.h
  llvm/trunk/include/llvm/XRay/FDRRecordProducer.h
  llvm/trunk/include/llvm/XRay/FDRRecords.h
  llvm/trunk/include/llvm/XRay/FileHeaderReader.h
  llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFContext.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugAddr.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFDie.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFExpression.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFGdbIndex.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFListTable.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFUnit.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFVerifier.cpp
  llvm/trunk/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
  llvm/trunk/lib/DebugInfo/Symbolize/Symbolize.cpp
  llvm/trunk/lib/Object/Decompressor.cpp
  llvm/trunk/lib/Object/MachOObjectFile.cpp
  llvm/trunk/lib/XRay/FDRRecordProducer.cpp
  llvm/trunk/lib/XRay/FileHeaderReader.cpp
  llvm/trunk/lib/XRay/InstrumentationMap.cpp
  llvm/trunk/lib/XRay/Profile.cpp
  llvm/trunk/lib/XRay/RecordInitializer.cpp
  llvm/trunk/lib/XRay/Trace.cpp
  llvm/trunk/tools/dsymutil/DwarfLinker.cpp
  llvm/trunk/tools/dsymutil/DwarfLinker.h
  llvm/trunk/tools/dsymutil/DwarfStreamer.cpp
  llvm/trunk/tools/dsymutil/DwarfStreamer.h
  llvm/trunk/tools/llvm-dwp/llvm-dwp.cpp
  llvm/trunk/tools/llvm-readobj/DwarfCFIEHPrinter.h
  llvm/trunk/tools/llvm-xray/xray-fdr-dump.cpp
  llvm/trunk/tools/obj2yaml/dwarf2yaml.cpp
  llvm/trunk/unittests/Support/DataExtractorTest.cpp
  llvm/trunk/unittests/XRay/FDRProducerConsumerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65638.213573.patch
Type: text/x-patch
Size: 189787 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190806/c56acb3e/attachment-0001.bin>


More information about the llvm-commits mailing list