mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
ABI: Change the mangling prefix from _T0 to $S
This commit is contained in:
@@ -11,10 +11,10 @@ enum MyError : Error {
|
||||
// thrown error we create a shadow stack location holding the address of the
|
||||
// location that holds the pointer to the error instead.
|
||||
func simple(_ placeholder: Int64) throws -> () {
|
||||
// CHECK: define {{.*}}void @_T08ErrorVar6simpleyys5Int64VKF(i64, %swift.refcounted* swiftself, %swift.error**)
|
||||
// CHECK: define {{.*}}void @"$S8ErrorVar6simpleyys5Int64VKF"(i64, %swift.refcounted* swiftself, %swift.error**)
|
||||
// CHECK: call void @llvm.dbg.declare
|
||||
// CHECK: call void @llvm.dbg.declare({{.*}}, metadata ![[ERROR:[0-9]+]], metadata !DIExpression(DW_OP_deref))
|
||||
// CHECK: ![[ERRTY:.*]] = !DICompositeType({{.*}}identifier: "_T0s5Error_pD"
|
||||
// CHECK: ![[ERRTY:.*]] = !DICompositeType({{.*}}identifier: "$Ss5Error_pD"
|
||||
// CHECK: ![[ERROR]] = !DILocalVariable(name: "$error", arg: 2,
|
||||
// CHECK-SAME: type: ![[ERRTY]],
|
||||
// CHECK-SAME: flags: DIFlagArtificial)
|
||||
|
||||
Reference in New Issue
Block a user