[PATCH] D98073: [lld-macho] Skip over symbols in un-parsed debug info sections

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 5 14:13:35 PST 2021


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

yes, anything in the __debug_aranges are safe to ignore as dsymutil will create a new __debug_aranges and doesn't end up using any of the __debug_aranges sections from the .o files and nothing from __debug_aranges ends up in the debug map.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98073



More information about the llvm-commits mailing list