We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8582b41 + 903c8c1 commit 5254db4Copy full SHA for 5254db4
test/DebugInfo/ErrorVar.swift
@@ -11,7 +11,7 @@ enum MyError : Error {
11
// thrown error we create a shadow stack location holding the address of the
12
// location that holds the pointer to the error instead.
13
func simple(_ placeholder: Int64) throws -> () {
14
- // CHECK: define {{.*}}void @_T06Errors6simpleys5Int64VKF(i64, %swift.refcounted* swiftself, %swift.error**)
+ // CHECK: define {{.*}}void @_T08ErrorVar6simpleys5Int64VKF(i64, %swift.refcounted* swiftself, %swift.error**)
15
// CHECK: call void @llvm.dbg.declare
16
// CHECK: call void @llvm.dbg.declare({{.*}}, metadata ![[ERROR:[0-9]+]], metadata ![[DEREF:[0-9]+]])
17
// CHECK: ![[ERROR]] = !DILocalVariable(name: "$error", arg: 2,
0 commit comments