[PATCH] D136395: Add the ability to verify the .debug_aranges section.
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 24 11:43:42 PDT 2022
probinson added a comment.
We (Sony) also have some tooling that relies on .debug_aranges; while I sympathize with wanting to get rid of it, and I've filed a ticket to update the relevant tooling, we're not there yet.
Actually getting rid of .debug_aranges would probably deserve an RFC to raise the visibility, because there are clearly tools in various odd places that expect it to be there. But if that process is not imminent, I'm not opposed to introducing verification to make sure we get it right.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136395/new/
https://reviews.llvm.org/D136395
More information about the llvm-commits
mailing list