-
Notifications
You must be signed in to change notification settings - Fork 203
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
prepare libclang_rt.builtins-wasm32.a on wasm32-wasi-threads #543
Comments
|
I apologize for my poor English.
However, by linking libclang_rt.builtins-wasm32.a for wasip1, it was resolved and the program ran successfully. |
I think I resolved this in WebAssembly/wasi-sdk#494, but to check the fix can you do the following:
Do you still see the issue? |
This uses the `__floatditf` function which was reported as an issue in [wasi-libc#543]. Compiling and running this test should prove that the builtins are available in the `wasm32-*-threads` targets as long as the tests use those targets (they do, right?). [wasi-libc#543]: WebAssembly/wasi-libc#543
This uses the `__floatditf` function which was reported as an issue in [wasi-libc#543]. Compiling and running this test should prove that the builtins are available in the `wasm32-*-threads` targets as long as the tests use those targets (they do, right?). [wasi-libc#543]: WebAssembly/wasi-libc#543
I apologize for the delay, but it seems that the issue was on my end. However, when I configured it to use clang, the object being linked appears to be |
Would you prepare libclang_rt.builtins-wasm32.a for wasm32-wasi-threads? In the wasi-sdk-24.0-x86_64-linux/lib/clang/18/lib, only wasi, wasip1, and wasip2 exist.
I manually linked libclang_rt.builtins-wasm32.a from wasip1, which resolved the issue, but I encountered:
It seems that clang is unable to link libclang_rt.builtins-wasm32.a.
The text was updated successfully, but these errors were encountered: