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

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 26 17:56:58 PST 2023


clayborg added a comment.

If the only time clang is not emitting .debug_aranges correctly is when we use -g1, then fixing that issue (by either fixing or removing .debug_arnages) would be fine by me. That being said, we have a clang that has been producing bad .debug_aranges, so unless we fix LLDB it won't fix the issue for binaries already out in the wild.


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