[PATCH] D141150: [DWARFLinker] Rewrite CU DW_AT_low_pc/high_pc pairs into DW_AT_ranges

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 6 10:47:59 PST 2023


aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

Nice. Should we do this in LLVM itsel, too when tuning for LLDB?



================
Comment at: llvm/lib/DWARFLinker/DWARFLinker.cpp:1430
+      return true;
+    [[fallthrough]];
+  case dwarf::DW_AT_low_pc:
----------------
I think `LLVM_FALLTHROUGH` is more compatible.


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

https://reviews.llvm.org/D141150



More information about the llvm-commits mailing list