Skip to content

Commit 0dcdeeb

Browse files
[wasm] Enable SWIFT_ENABLE_EXPERIMENTAL_REFLECTION for stdlib to fix test failures
1 parent 9b66499 commit 0dcdeeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/webassembly/build-toolchain.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ build_target_toolchain() {
149149
-D SWIFT_ENABLE_EXPERIMENTAL_DIFFERENTIABLE_PROGRAMMING=YES \
150150
-D SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED=YES \
151151
-D SWIFT_ENABLE_EXPERIMENTAL_STRING_PROCESSING=YES \
152+
-D SWIFT_ENABLE_EXPERIMENTAL_REFLECTION=YES \
152153
-D SWIFT_PATH_TO_SWIFT_SYNTAX_SOURCE="$SOURCE_PATH/swift-syntax" \
153154
-D SWIFT_PATH_TO_STRING_PROCESSING_SOURCE="$SOURCE_PATH/swift-experimental-string-processing" \
154155
-G Ninja \

0 commit comments

Comments
 (0)