[PATCH] D105068: Fix a case where multiple symbols with zero size would cause duplicate entries in gsym files.

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 28 18:08:55 PDT 2021


clayborg added a comment.

In D105068#2845890 <https://reviews.llvm.org/D105068#2845890>, @wallace wrote:

> btw, did you consider changing Range::intersects function so that it checks the case of empty ranges?

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.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105068



More information about the llvm-commits mailing list