Skip to content

Commit 049121f

Browse files
committed
WebAssembly: add replac2 section to start/end objects
1 parent 6db8f2c commit 049121f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

swift_end.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ DECLARE_SWIFT_SECTION(swift5_reflstr)
2626
DECLARE_SWIFT_SECTION(swift5_fieldmd)
2727
DECLARE_SWIFT_SECTION(swift5_assocty)
2828
DECLARE_SWIFT_SECTION(swift5_replace)
29+
DECLARE_SWIFT_SECTION(swift5_replac2)
2930
}

swift_start.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ DECLARE_SWIFT_SECTION(swift5_reflstr)
2626
DECLARE_SWIFT_SECTION(swift5_fieldmd)
2727
DECLARE_SWIFT_SECTION(swift5_assocty)
2828
DECLARE_SWIFT_SECTION(swift5_replace)
29+
DECLARE_SWIFT_SECTION(swift5_replac2)
2930
}

0 commit comments

Comments
 (0)