[PATCH] D25822: [DWARF parsers] - Add a way to get section indices when call DWARFUnit::collectAddressRanges()

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 1 08:39:12 PDT 2016


aprantl added inline comments.


================
Comment at: lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp:65
+      Res.push_back({BaseAddress + RLE.StartAddress,
+                     BaseAddress + RLE.EndAddress, (uint64_t)-1});
     }
----------------
I think we typically spell this `~0ULL`.


https://reviews.llvm.org/D25822





More information about the llvm-commits mailing list