clang appears to emit symbols in __debug_aranges, at least
for arm64... in the examples I've seen, it doesn't seem like those
symbols are referenced outside of __DWARF, so I think they're safe to
ignore. But hopefully @clayborg can confirm.
Details
Details
- Reviewers
clayborg - Group Reviewers
Restricted Project - Commits
- rG3c19b4f34d6a: [lld-macho] Skip over symbols in un-parsed debug info sections
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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.