mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[embedded] Test changes for new Embedded Swift mangling prefix
This commit is contained in:
@@ -13,7 +13,7 @@ public func foo() -> Builtin.Int1 {
|
||||
return Builtin.ispod(MyStruct.self)
|
||||
}
|
||||
|
||||
// CHECK: define {{.*}}i1 @"$ss3fooBi1_yF"()
|
||||
// CHECK: define {{.*}}i1 @"$es3fooBi1_yF"()
|
||||
// CHECK-NEXT: entry:
|
||||
// CHECK-NEXT: ret i1 false
|
||||
// CHECK-NEXT: }
|
||||
@@ -29,7 +29,7 @@ public struct MyGenericStruct<T> {
|
||||
}
|
||||
}
|
||||
|
||||
// CHECK: define {{.*}}i1 @"$ss15MyGenericStructV3fooBi1_yFs0aC0V_Tg5"()
|
||||
// CHECK: define {{.*}}i1 @"$es15MyGenericStructV3fooBi1_yFs0aC0V_Tg5"()
|
||||
// CHECK-NEXT: entry:
|
||||
// CHECK-NEXT: ret i1 false
|
||||
// CHECK-NEXT: }
|
||||
|
||||
Reference in New Issue
Block a user