[PATCH] D21939: Emit CodeView type records for nested classes
Adrian McCarthy via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 1 15:44:13 PDT 2016
amccarth added inline comments.
================
Comment at: test/DebugInfo/COFF/types-nested-class.ll:28
@@ +27,3 @@
+; CHECK: FieldList (0x1001) {
+; CHECK: TypeLeafKind: LF_FIELDLIST (0x1203)
+; CHECK: }
----------------
rnk wrote:
> We should see a NestedType record in A's FieldList. Right now both A and A::Nested are empty, so they share the same field list. :)
OK, that surprises me, but OK. I wouldn't have expected a type in the field list.
http://reviews.llvm.org/D21939
More information about the llvm-commits
mailing list