[PATCH] D34297: [CodeView] Fix random access of types names

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 16 15:41:26 PDT 2017


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm

I'm not really that concerned with the efficiency of calculating type names. We don't recurse through aggregate types, so the biggest most complex type we could have is probably a function type.


https://reviews.llvm.org/D34297





More information about the llvm-commits mailing list