Skip to content

Commit 14792f2

Browse files
committed
---
yaml --- r: 346102 b: refs/heads/master c: 116d53c h: refs/heads/master
1 parent 8165088 commit 14792f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: b1743c36c0a29a64567ca324435e544a83f5a1f6
2+
refs/heads/master: 116d53cf88e9a71f011568b5680ef26e36fd814d
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/test/IRGen/dead_method.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class Class {
1212
private func dead() {}
1313
}
1414

15-
// CHECK-LABEL: @"$s11dead_method5ClassCMn" ={{( protected)?}} constant <{{.*}}> <{
15+
// CHECK-LABEL: @"$s11dead_method5ClassCMn" ={{( dllexport)?}}{{( protected)?}} constant <{{.*}}> <{
1616

1717
// -- metadata accessor
1818
// CHECK-SAME: "$s11dead_method5ClassCMa"

trunk/test/IRGen/protocol_accessor_multifile.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %FileCheck %s < %t.ll
33
// RUN: %FileCheck -check-prefix NEGATIVE %s < %t.ll
44

5-
// CHECK: @"$s27protocol_accessor_multifile5ProtoMp" = external global
5+
// CHECK: @"$s27protocol_accessor_multifile5ProtoMp" = external{{( dllimport)?}} global
66
// NEGATIVE-NOT: @"$s27protocol_accessor_multifile10ClassProtoMp" =
77

88
// CHECK-LABEL: define{{.*}} void @"$s27protocol_accessor_multifile14useExistentialyyF"()

0 commit comments

Comments
 (0)