[PATCH] D16103: Add isa<> support to MachOFile
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 14 14:22:00 PST 2016
lhames accepted this revision.
lhames added a comment.
This revision is now accepted and ready to land.
I've been trying to think of a better way to do this, but I haven't come up with anything yet. It's a pity that we end up mirroring some of the RTTI in the libObject hierarchy, but this really is a distinct hierarchy.
LGTM.
http://reviews.llvm.org/D16103
More information about the llvm-commits
mailing list