File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: b1743c36c0a29a64567ca324435e544a83f5a1f6
2
+ refs/heads/master: 116d53cf88e9a71f011568b5680ef26e36fd814d
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
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