[PATCH] D68270: DWARFDebugLoc: Add a function to get the address range of an entry
Greg Clayton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 8 14:05:52 PDT 2019
clayborg added a comment.
In D68270#1700108 <https://reviews.llvm.org/D68270#1700108>, @probinson wrote:
> Do we care whether llvm-dwarfdump's output bears any similarities to the output from GNU readelf or objdump? There has been a push lately to get the LLVM "binutils" to behave more like GNU's, although AFAIK it hasn't gotten to the DWARF dumping part.
I am not too fond of the readelf output. At least for the .debug_info dumping. I like the see indentation. But I do see the appeal of consistent output.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68270/new/
https://reviews.llvm.org/D68270
More information about the llvm-commits
mailing list