[embedded] Test changes for new Embedded Swift mangling prefix

This commit is contained in:
Kuba Mracek
2024-12-03 09:09:42 -08:00
parent a3eefa8025
commit 1952449d64
32 changed files with 162 additions and 161 deletions

View File

@@ -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: }