-
Notifications
You must be signed in to change notification settings - Fork 10.5k
wasmstdlib.py: respect args.build_runtime_with_host_compiler
#82944
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
wasmstdlib.py: respect args.build_runtime_with_host_compiler
#82944
Conversation
This allows quickly building WASI-libc and Swift stdlib with WASI when `--skip-build-llvm --skip-build-swift --build-runtime-with-host-compiler` combination of options is passed to `build-script`.
@swift-ci smoke test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm ok with this but doesn't native-{swift,clang,llvm}-tools-path
satisfy your needs?
When a nightly development snapshot is installed and is available in |
@swift-ci smoke test |
1 similar comment
@swift-ci smoke test |
@swift-ci smoke test macos |
This allows quickly building Swift stdlib with WASI when
--skip-build-llvm --skip-build-swift --build-runtime-with-host-compiler
combination of options is passed tobuild-script
.