Skip to content

Commit 1ceaa02

Browse files
committed
test: add missing dllstorage attribute
1 parent 2bccdad commit 1ceaa02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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"

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)