[PATCH] D137139: [DWARF] Fix handling of .debug_aranges with -g1

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 20:35:46 PST 2023


dblaikie added a comment.

In D137139#4078544 <https://reviews.llvm.org/D137139#4078544>, @ayermolo wrote:

> Well this completely fell through the cracks. :facepalm 
> @dblaikie do you want to be an official reviewer for this?

Sure, don't mind formal or informal.

Was waiting on a few questions I asked @clayborg in my last comment. (perhaps the most practical one: Perhaps we could address this issue by removing support for aranges+gmlt instead of fixing this bug, as a step towards deprecating/removing aranges - though I'm not totally opposed to fixing the bug, just somewhat averse to supporting this use case where I think a bit more pressure on folks still using it to instead migrate to CU ranges might be good)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137139/new/

https://reviews.llvm.org/D137139



More information about the llvm-commits mailing list