We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7a78d commit 24b9c64Copy full SHA for 24b9c64
stdlib/public/runtime/SwiftRT-COFF.cpp
@@ -51,7 +51,8 @@ DECLARE_SWIFT_SECTION(sw5repl)
51
DECLARE_SWIFT_SECTION(sw5reps)
52
DECLARE_SWIFT_SECTION(sw5bltn)
53
DECLARE_SWIFT_SECTION(sw5cptr)
54
- }
+DECLARE_SWIFT_SECTION(sw5acfn)
55
+}
56
57
namespace {
58
static swift::MetadataSections sections{};
@@ -81,6 +82,7 @@ static void swift_image_constructor() {
81
82
SWIFT_SECTION_RANGE(sw5reps),
83
SWIFT_SECTION_RANGE(sw5bltn),
84
SWIFT_SECTION_RANGE(sw5cptr),
85
+ SWIFT_SECTION_RANGE(sw5acfn),
86
};
87
88
#undef SWIFT_SECTION_RANGE
0 commit comments