[PATCH] D36847: [Support] Add "reference-counted" Timer
Brian Gesiak via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 22 07:22:55 PDT 2017
modocache planned changes to this revision.
modocache added a comment.
Thanks for the suggestions, @MatzeB! I'll try to get rid of the added vtable.
> fix this in clang, which seems to be the only place where this code would be used
@davide That's true, for now. But I also have https://reviews.llvm.org/D36492 out, which can also make use of this. So I am anticipating this will be used in more than just one place, and that there will be cases where it could not reasonably be solved in consumers.
https://reviews.llvm.org/D36847
More information about the llvm-commits
mailing list