File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public class Class {
12
12
private func dead( ) { }
13
13
}
14
14
15
- // CHECK-LABEL: @"$s11dead_method5ClassCMn" ={{( protected)?}} constant <{{.*}}> <{
15
+ // CHECK-LABEL: @"$s11dead_method5ClassCMn" ={{( dllexport)?}}{{( protected)?}} constant <{{.*}}> <{
16
16
17
17
// -- metadata accessor
18
18
// CHECK-SAME: "$s11dead_method5ClassCMa"
Original file line number Diff line number Diff line change 2
2
// RUN: %FileCheck %s < %t.ll
3
3
// RUN: %FileCheck -check-prefix NEGATIVE %s < %t.ll
4
4
5
- // CHECK: @"$s27protocol_accessor_multifile5ProtoMp" = external global
5
+ // CHECK: @"$s27protocol_accessor_multifile5ProtoMp" = external{{( dllimport)?}} global
6
6
// NEGATIVE-NOT: @"$s27protocol_accessor_multifile10ClassProtoMp" =
7
7
8
8
// CHECK-LABEL: define{{.*}} void @"$s27protocol_accessor_multifile14useExistentialyyF"()
You can’t perform that action at this time.
0 commit comments