-
Notifications
You must be signed in to change notification settings - Fork 30
Merge SwiftWasm build scripts, thin CMO to 5.4 release #2765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge SwiftWasm build scripts, thin CMO to 5.4 release #2765
Conversation
* [WASM] Simplify Foundation build script * [WASM] Remove WASI ICU related code from CMake build system * Refactoring build-toolchain script * [WASM] Fix prebuilt libraries path * [WASM] Always install ubuntu wasi-sdk * Fix unarchive command
CMake does not support CMAKE_SYSROOT for Swift yet
@yonihemi This compiler crash of Concurrency module can be resolved by merging the latest upstream 5.4 branch, I think. I faced the same crash on the main stream. |
Right |
This reverts commit 50a7f50.
…twasm-release/5.4-tooling
@yonihemi Sorry for my slow response 🙇 I think cherry-picking swiftlang#35220 this patch will solve current build failure. |
…@kateinoigakukun] If function pointer is a direct pointer to a function, it could not be an async function pointer. And additive operation to function address is illegal on some archs like wasm32, so emit undefs instead.
…twasm-release/5.4-tooling
You need to pick this also 2b7d31b |
Thank you @kateinoigakukun! |
No description provided.