File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 4747if [[ " $( uname) " == " Linux" ]]; then
4848 $RUN_TEST_BIN --build-dir $TARGET_BUILD_DIR --target wasi-wasm32 \
4949 $TARGET_BUILD_DIR /swift-${HOST_PLATFORM} -x86_64/test-wasi-wasm32/stdlib
50+ $RUN_TEST_BIN --build-dir $TARGET_BUILD_DIR --target wasi-wasm32 \
51+ $TARGET_BUILD_DIR /swift-${HOST_PLATFORM} -x86_64/test-wasi-wasm32/LTO
5052 echo " Skip running test suites for Linux"
5153else
5254 $RUN_TEST_BIN --build-dir $TARGET_BUILD_DIR --target wasi-wasm32 \
5355 $TARGET_BUILD_DIR /swift-${HOST_PLATFORM} -x86_64/test-wasi-wasm32/stdlib
56+ $RUN_TEST_BIN --build-dir $TARGET_BUILD_DIR --target wasi-wasm32 \
57+ $TARGET_BUILD_DIR /swift-${HOST_PLATFORM} -x86_64/test-wasi-wasm32/LTO
5458
5559 # Run test but ignore failure temporarily
5660 ninja check-swift-wasi-wasm32 -C $TARGET_BUILD_DIR /swift-$HOST_SUFFIX || true
You can’t perform that action at this time.
0 commit comments