[PATCH] D21107: Generate codeview for array types

Adrian McCarthy via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 7 16:55:05 PDT 2016


amccarth added inline comments.

================
Comment at: lib/CodeGen/AsmPrinter/CodeViewDebug.cpp:785
@@ +784,3 @@
+  TypeIndex IndexType = Asm->MAI->getPointerSize() == 8 ?
+      TypeIndex(SimpleTypeKind::UInt64) :
+      TypeIndex(SimpleTypeKind::UInt32);
----------------
majnemer wrote:
> They don't use UInt64Quad? Surprising.
That's an excellent question.  Let me check it out.


http://reviews.llvm.org/D21107





More information about the cfe-commits mailing list