Symbol tables can have symbols with no size in mach-o files that were failing to get combined into a single entry. This resulted in many duplicate entries for the same address and made gsym files larger.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
btw, did you consider changing Range::intersects function so that it checks the case of empty ranges?
Comment Actions
Yes, but I would not consider any empty address range to be able to intersect with anything else, so I opted not to modify it.
clang-tidy: warning: invalid case style for variable 'ranges_equal' [readability-identifier-naming]
not useful