[PATCH] D33184: [DWARF] - Make collectAddressRanges() return senction index in addition to Low/High PC
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 05:56:50 PDT 2017
>I.E., have a patch just introducing
>
>struct DWARFAddress {
> uint64_t LowPC;
> uint64_t HighPC;
>};
>
>and using it where appropriate.
>
>Such a patch LGTM.
>
>Cheers,
>Rafael
r303163, with naming DWARFAddressRange like David suggested during review.
George.
More information about the llvm-commits
mailing list