File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -395,6 +395,8 @@ class LayoutStringBuilder {
395
395
static_cast <uint64_t >(flags));
396
396
B.fillPlaceholderWithInt (sizePlaceholder, IGM.SizeTy , refCountBytes);
397
397
398
+ fprintf (stderr, " ----- END SKIP %zu\n " , skip);
399
+
398
400
B.addInt64 ((uint64_t )skip);
399
401
400
402
// NUL terminator
@@ -1723,6 +1725,8 @@ AlignedGroupEntry::layoutString(IRGenModule &IGM,
1723
1725
auto SB = IB.beginStruct ();
1724
1726
SB.setPacked (true );
1725
1727
1728
+ ty.dump ();
1729
+
1726
1730
B.result (IGM, SB, genericSig);
1727
1731
1728
1732
IRGenMangler mangler;
@@ -2323,6 +2327,7 @@ EnumTypeLayoutEntry::layoutString(IRGenModule &IGM,
2323
2327
auto SB = IB.beginStruct ();
2324
2328
SB.setPacked (true );
2325
2329
2330
+ ty.dump ();
2326
2331
B.result (IGM, SB, genericSig);
2327
2332
2328
2333
IRGenMangler mangler;
You can’t perform that action at this time.
0 commit comments