[PATCH] D43067: Implement equal_range for the DWARF v5 accelerator table
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 12 10:30:22 PST 2018
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
Also, if possible - the Entry dtor could be made non-virtual and protected in the base class, if these objects are never owned polymorphically, which it /looks/ like they aren't, but not entirely sure.
Repository:
rL LLVM
https://reviews.llvm.org/D43067
More information about the llvm-commits
mailing list