[PATCH] D20108: Delete mayBeOverridden

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 17:56:59 PDT 2016


sanjoy accepted this revision.
sanjoy added a comment.

I had some vague concerns about having `mayBeOverridden` be "linker oriented" and `isInterposable` be "optimization oriented".  But I don't  have a concrete reason why this cleanup is not a good idea, and we can always refactor later, so LGTM.


http://reviews.llvm.org/D20108





More information about the llvm-commits mailing list