Skip to content

Commit 8e71f34

Browse files
committed
One more place I missed in the swift5 rename
1 parent 17cd95e commit 8e71f34

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

stdlib/public/runtime/SwiftRT-COFF.cpp

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
static uintptr_t __stop_##name = 0;
3535

3636
extern "C" {
37-
DECLARE_SWIFT_SECTION(sw2prtc)
38-
DECLARE_SWIFT_SECTION(sw2tymd)
37+
DECLARE_SWIFT_SECTION(sw5prtc)
38+
DECLARE_SWIFT_SECTION(sw5tymd)
3939

40-
DECLARE_SWIFT_SECTION(sw3tyrf)
41-
DECLARE_SWIFT_SECTION(sw3rfst)
42-
DECLARE_SWIFT_SECTION(sw3flmd)
43-
DECLARE_SWIFT_SECTION(sw3asty)
40+
DECLARE_SWIFT_SECTION(sw5tyrf)
41+
DECLARE_SWIFT_SECTION(sw5rfst)
42+
DECLARE_SWIFT_SECTION(sw5flmd)
43+
DECLARE_SWIFT_SECTION(sw5asty)
4444
}
4545

4646
namespace {
@@ -59,13 +59,13 @@ static void swift_image_constructor() {
5959
nullptr,
6060
nullptr,
6161

62-
SWIFT_SECTION_RANGE(sw2prtc),
63-
SWIFT_SECTION_RANGE(sw2tymd),
62+
SWIFT_SECTION_RANGE(sw5prtc),
63+
SWIFT_SECTION_RANGE(sw5tymd),
6464

65-
SWIFT_SECTION_RANGE(sw3tyrf),
66-
SWIFT_SECTION_RANGE(sw3rfst),
67-
SWIFT_SECTION_RANGE(sw3flmd),
68-
SWIFT_SECTION_RANGE(sw3asty),
65+
SWIFT_SECTION_RANGE(sw5tyrf),
66+
SWIFT_SECTION_RANGE(sw5rfst),
67+
SWIFT_SECTION_RANGE(sw5flmd),
68+
SWIFT_SECTION_RANGE(sw5asty),
6969
};
7070

7171
#undef SWIFT_SECTION_RANGE

0 commit comments

Comments
 (0)