[PATCH] D54203: Use template instead of void* -based type erasure in MachineRegistry
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 8 11:30:33 PST 2018
MatzeB added a comment.
meh
The whole registry system isn't used much. The whole machine seems a little overengineered in retrospect (there only ever is a single listener for example). But making it typesafe seems sensible.
Repository:
rL LLVM
https://reviews.llvm.org/D54203
More information about the llvm-commits
mailing list