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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
@avl I'm seeing static analyzer warnings about using signed (negative) values into It2[] - maybe add a static cast?