[PATCH] D67097: [DWARF] Check for format mismatch between CU and Range List Table.

Orlando Cazalet-Hyams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 3 07:31:04 PDT 2019


Orlando added inline comments.


================
Comment at: lib/DebugInfo/DWARF/DWARFUnit.cpp:311
+                        DwarfFormat Format) {
+  const uint64_t OffsetIn = Offset;
   // TODO: Support DWARF64
----------------
Is there a reason for OffsetIn to exist as opposed to just using Offset here?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67097





More information about the llvm-commits mailing list