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 5720a50 commit 8dc9ea2Copy full SHA for 8dc9ea2
stdlib/public/runtime/SwiftRT-WASM.cpp
@@ -34,6 +34,8 @@ DECLARE_SWIFT_SECTION(swift5_replace)
34
DECLARE_SWIFT_SECTION(swift5_replac2)
35
DECLARE_SWIFT_SECTION(swift5_builtin)
36
DECLARE_SWIFT_SECTION(swift5_capture)
37
+DECLARE_SWIFT_SECTION(swift5_mpenum)
38
+DECLARE_SWIFT_SECTION(swift5_accessible_functions)
39
}
40
41
#undef DECLARE_SWIFT_SECTION
@@ -67,6 +69,8 @@ static void swift_image_constructor() {
67
69
SWIFT_SECTION_RANGE(swift5_replac2),
68
70
SWIFT_SECTION_RANGE(swift5_builtin),
71
SWIFT_SECTION_RANGE(swift5_capture),
72
+ SWIFT_SECTION_RANGE(swift5_mpenum),
73
+ SWIFT_SECTION_RANGE(swift5_accessible_functions),
74
};
75
76
#undef SWIFT_SECTION_RANGE
0 commit comments