Skip to content

Commit 481c646

Browse files
committed
tests: fix test for new mangling for 32-bit targets
1 parent 55fe16b commit 481c646

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/IRGen/struct_layout.sil

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ import Swift
1515

1616

1717
// 32: %T4main14Rdar15410780_AV = type <{ i2048, %Ts4Int8V }>
18-
// 32: %T4main14Rdar15410780_BV = type <{ %GSqV4main14Rdar15410780_A_ }>
19-
// 32: %GSqV4main14Rdar15410780_A_ = type <{ [257 x i8], [1 x i8] }>
20-
// 32: %T4main14Rdar15410780_CV = type <{ %GSqSS_ }>
21-
// 32: %GSqSS_ = type <{ [12 x i8], [1 x i8] }>
18+
// 32: %T4main14Rdar15410780_BV = type <{ %T4main14Rdar15410780_AVSg }>
19+
// 32: %T4main14Rdar15410780_AVSg = type <{ [257 x i8], [1 x i8] }>
20+
// 32: %T4main14Rdar15410780_CV = type <{ %TSSSg }>
21+
// 32: %TSSSg = type <{ [12 x i8], [1 x i8] }>
2222

2323
// 32: @_T04main14Rdar15410780_AVWV = hidden constant {{.*}} (i32 257
2424
// 32: @_T04main14Rdar15410780_BVWV = hidden constant {{.*}} (i32 258

0 commit comments

Comments
 (0)