Skip to content

Commit c386824

Browse files
authored
Merge pull request #41318 from xedin/fix-dist-windows
[Distributed] Runtime: Add missing accessible function section regist…
2 parents efd6c29 + 24b9c64 commit c386824

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stdlib/public/runtime/SwiftRT-COFF.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ DECLARE_SWIFT_SECTION(sw5repl)
5151
DECLARE_SWIFT_SECTION(sw5reps)
5252
DECLARE_SWIFT_SECTION(sw5bltn)
5353
DECLARE_SWIFT_SECTION(sw5cptr)
54-
}
54+
DECLARE_SWIFT_SECTION(sw5acfn)
55+
}
5556

5657
namespace {
5758
static swift::MetadataSections sections{};
@@ -81,6 +82,7 @@ static void swift_image_constructor() {
8182
SWIFT_SECTION_RANGE(sw5reps),
8283
SWIFT_SECTION_RANGE(sw5bltn),
8384
SWIFT_SECTION_RANGE(sw5cptr),
85+
SWIFT_SECTION_RANGE(sw5acfn),
8486
};
8587

8688
#undef SWIFT_SECTION_RANGE

0 commit comments

Comments
 (0)