Skip to content

Commit

Permalink
WebAssembly: add replac2 section to start/end objects
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuowei committed Jun 9, 2019
1 parent 6db8f2c commit 049121f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions swift_end.cpp
Expand Up @@ -26,4 +26,5 @@ DECLARE_SWIFT_SECTION(swift5_reflstr)
DECLARE_SWIFT_SECTION(swift5_fieldmd)
DECLARE_SWIFT_SECTION(swift5_assocty)
DECLARE_SWIFT_SECTION(swift5_replace)
DECLARE_SWIFT_SECTION(swift5_replac2)
}
1 change: 1 addition & 0 deletions swift_start.cpp
Expand Up @@ -26,4 +26,5 @@ DECLARE_SWIFT_SECTION(swift5_reflstr)
DECLARE_SWIFT_SECTION(swift5_fieldmd)
DECLARE_SWIFT_SECTION(swift5_assocty)
DECLARE_SWIFT_SECTION(swift5_replace)
DECLARE_SWIFT_SECTION(swift5_replac2)
}

0 comments on commit 049121f

Please sign in to comment.