[PATCH] D137139: [DWARF] Fix handling of .debug_aranges with -g1
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 1 08:01:22 PDT 2022
dblaikie added a comment.
Oh, also:
> This has caused issues for LLDB
The debug_aranges verifier is mentioned as support for this statement, but I don't seee any discussion of LLDB in that thread - what's the connection to LLDB here? Could we fix LLDB to ignore aranges & just use CU ranges (which presumably it already does if aranges aren't present)?
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