Skip to content

Commit 0297476

Browse files
committed
Add missing swiftrt-coff change
1 parent 5c3a4d3 commit 0297476

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/public/runtime/SwiftRT-COFF.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ DECLARE_SWIFT_SECTION(sw5rfst)
4545
DECLARE_SWIFT_SECTION(sw5flmd)
4646
DECLARE_SWIFT_SECTION(sw5asty)
4747
DECLARE_SWIFT_SECTION(sw5repl)
48+
DECLARE_SWIFT_SECTION(sw5reps)
4849
}
4950

5051
namespace {
@@ -72,6 +73,7 @@ static void swift_image_constructor() {
7273
SWIFT_SECTION_RANGE(sw5flmd),
7374
SWIFT_SECTION_RANGE(sw5asty),
7475
SWIFT_SECTION_RANGE(sw5repl),
76+
SWIFT_SECTION_RANGE(sw5reps),
7577
};
7678

7779
#undef SWIFT_SECTION_RANGE

0 commit comments

Comments
 (0)