[PATCH] D19887: Move CodeViewTypeStream and iterators to DebugInfo/CodeView

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 13:25:41 PDT 2016


zturner added a comment.

Regarding the magic, I honestly don't even think this class should handle the magic.  It should be handled at a higher level.  The type stream in a PDB file doesn't have this magic anyway, it's just a list of records.


http://reviews.llvm.org/D19887





More information about the llvm-commits mailing list