[PATCH] D31464: [ELF] - Stop producing broken entries in .debug_ranges section

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 29 11:18:22 PDT 2017


>I don't really follow - why is the gold/current lld behavior insufficient? By writing the addend as the relocation ({0, 6}, for example) for the end of the range, it doesn't >prematurely terminate the range list.


Yes, it doesn't terminate list.
But isn't such entry is incorrect ? I supposed it is wrong to have such entries because they have wrong begin/end address.
If that is not a problem, we can leave them as is.

George.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170329/efa31f67/attachment.html>


More information about the llvm-commits mailing list