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

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 30 11:22:30 PST 2023


dblaikie added a comment.

In D137139#4091399 <https://reviews.llvm.org/D137139#4091399>, @clayborg wrote:

> In D137139#4091380 <https://reviews.llvm.org/D137139#4091380>, @dblaikie wrote:
>
>> In D137139#4090779 <https://reviews.llvm.org/D137139#4090779>, @ayermolo wrote:
>>
>>> To me it sounds it's easier to just fix it in llvm, no?
>>
>> Though that doesn't address the concern @clayborg that lldb will still misbehave on existing compiled code?
>
> Which is ok, this is to fix the compiler. I can make separate LLDB changes to address the reality of the situation.

What sort of change to LLDB are you thinking of?


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