Skip to content

Commit 24b9c64

Browse files
committed
[Distributed] Runtime: Add missing accessible function section registration on COFF
1 parent ff7a78d commit 24b9c64

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)