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.
1 parent 1478159 commit 903c8c1Copy full SHA for 903c8c1
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