[PATCH] D19887: Move CodeViewTypeStream and iterators to DebugInfo/CodeView
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Tue May 3 15:08:42 PDT 2016
zturner added a comment.
BTW, I found out that the magic is actually equal to `COFF::DEBUG_SECTION_MAGIC`, and `printCodeViewSymbolSection` has the same check inside of it. So I added a safety check to the code view type dumper that errors out if the magic is not equal to `COFF::DEBUG_SECTION_MAGIC`.
http://reviews.llvm.org/D19887
More information about the llvm-commits
mailing list