Skip to content

Commit 284992b

Browse files
committed
Adapt testcase to upstream LLVM changes in coro::salvageDebugInfo
1 parent 171d59a commit 284992b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/async-local-var.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public func makeDinner() async throws -> String {
1616
// CHECK-LABEL: define {{.*}} void @"$s1a10makeDinnerSSyYaKFTQ0_"
1717
// CHECK-NEXT: entryresume.0:
1818
// CHECK-NOT: {{ ret }}
19-
// CHECK: call void @llvm.dbg.declare(metadata {{.*}}%0, metadata ![[LOCAL:[0-9]+]], {{.*}}!DIExpression(DW_OP_plus_uconst
19+
// CHECK: call void @llvm.dbg.declare(metadata {{.*}}%0, metadata ![[LOCAL:[0-9]+]], {{.*}}!DIExpression(DW_OP_deref, DW_OP_plus_uconst
2020
// CHECK: ![[LOCAL]] = !DILocalVariable(name: "local"
2121
return local
2222
}

0 commit comments

Comments
 (0)