felipepiovezan wrote: > Would `llvm::MapVector` be overkill here?
MapVector preserves insertion order. We actually _need_ to have sorted order here, as we want to call upper_bound on this data structure. https://github.com/llvm/llvm-project/pull/206986 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
