Skip to content

Commit 66c73f8

Browse files
committed
Fix test case test/IRGen/TestABIInaccessible.swift
The attribute list might be differently labeled.
1 parent 526632c commit 66c73f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/TestABIInaccessible.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public struct AnotherType<T> {
99

1010
// Don't pass the metadata of Private<T> to AnotherType<T>'s outlined destroy.
1111
// CHECK-LABEL: define{{( dllexport)?}}{{( protected)?}} swiftcc void @"$S4main4copyyAA11AnotherTypeVyxGAElF"(%T4main11AnotherTypeV* noalias nocapture sret, %T4main11AnotherTypeV* noalias nocapture, %swift.type* %T)
12-
// CHECK: [[MD:%.*]] = call swiftcc %swift.metadata_response @"$S4main11AnotherTypeVMa"(i{{.*}} 0, %swift.type* %T) #9
12+
// CHECK: [[MD:%.*]] = call swiftcc %swift.metadata_response @"$S4main11AnotherTypeVMa"(i{{.*}} 0, %swift.type* %T)
1313
// CHECK: [[MD1:%.*]] = extractvalue %swift.metadata_response %3, 0
1414
// CHECK: [[MD2:%.*]] = call swiftcc %swift.metadata_response @"$S4main6PublicVMa"(i{{.*}} 0, %swift.type* %T)
1515
// CHECK: [[MD3:%.*]] = extractvalue %swift.metadata_response %10, 0

0 commit comments

Comments
 (0)