mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 03:26:06 +00:00

llvm-gsymutil has an implementation of AddressRange and AddressRanges classes. That implementation might be reused in other parts of llvm. This patch moves AddressRange and AddressRanges classes into llvm/ADT. Differential Revision: https://reviews.llvm.org/D124350