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

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 1 09:02:43 PDT 2016


grimar added inline comments.


================
Comment at: lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp:65
+      Res.push_back({BaseAddress + RLE.StartAddress,
+                     BaseAddress + RLE.EndAddress, (uint64_t)-1});
     }
----------------
aprantl wrote:
> I think we typically spell this `~0ULL`.
Thanks for comment, but this patch was abandoned already :) 
Because D25821 implementation changed and now no need to change dwardf parsers anymore.


https://reviews.llvm.org/D25822





More information about the llvm-commits mailing list