[PATCH] D17467: Instructions: add missing anchors. NFC

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 30 11:31:26 PDT 2016


rnk added a comment.

IMO rather than anchoring the vtables we should remove them completely. The only virtual method left is the destructor, and we can switch-ify that.


https://reviews.llvm.org/D17467





More information about the llvm-commits mailing list