File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ func dispatch_queue_create() -> dispatch_queue_t! {
11
11
// CHECK: !DIGlobalVariable(name: "queue",
12
12
// CHECK-SAME: line: [[@LINE+3]], type: ![[T:[0-9]+]]
13
13
// CHECK: ![[T]] = !DICompositeType(tag: DW_TAG_union_type,
14
- // CHECK-SAME: identifier: "_TtGSQa4main16dispatch_queue_t_ "
14
+ // CHECK-SAME: identifier: "_TtGSqa4main16dispatch_queue_t_ "
15
15
public var queue = dispatch_queue_create ( )
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ public protocol IGiveOutInts {
7
7
}
8
8
9
9
// CHECK: define {{.*}}@_TF11protocolarg16printSomeNumbersFPS_12IGiveOutInts_T_
10
- // CHECK: @llvm.dbg.declare(metadata %P11protocolarg12IGiveOutInts_** %
11
- // CHECK-SAME: metadata ![[ARG:[0-9]+]], metadata ![[DEREF:[0-9]+]])
12
10
// CHECK: @llvm.dbg.declare(metadata %P11protocolarg12IGiveOutInts_* %
13
- // CHECK-SAME: metadata ![[VAR:[0-9]+]], metadata ![[EMPTY:[0-9]+]])
11
+ // CHECK-SAME: metadata ![[VAR:.*]], metadata ![[EMPTY:.*]])
12
+ // CHECK: @llvm.dbg.declare(metadata %P11protocolarg12IGiveOutInts_** %
13
+ // CHECK-SAME: metadata ![[ARG:.*]], metadata ![[DEREF:.*]])
14
14
15
15
// CHECK: ![[EMPTY]] = !DIExpression()
16
16
// FIXME: Should be DW_TAG_interface_type
@@ -22,7 +22,6 @@ public func printSomeNumbers(_ gen: IGiveOutInts) {
22
22
// CHECK: ![[ARG]] = !DILocalVariable(name: "gen", arg: 1,
23
23
// CHECK-SAME: line: [[@LINE-4]], type: ![[PT]]
24
24
// CHECK: ![[DEREF]] = !DIExpression(DW_OP_deref)
25
- // CHECK: ![[VAR]] = !DILocalVariable(name: "gen", {{.*}} line: [[@LINE-5]]
26
25
markUsed ( gen. callMe ( ) )
27
26
}
28
27
You can’t perform that action at this time.
0 commit comments