mirror of https://github.com/WebAssembly/wasi-sdk
Enable pthreads in libc++ for `THREAD_MODEL=single` (#548)
This commit enables thread support in libc++ for all thread models, enabling C++ applications that use threading APIs like `<atomic>` but do not spawn threads (e.g. Clang) to be built with minimal changes. Fixes #546. Depends on WebAssembly/wasi-libc#602.pull/550/head wasi-sdk-26
parent
36e12fd303
commit
dadbd94e10
@ -1 +1 @@
|
||||
Subproject commit 50ae11904df674fecaa311537967fe138c21fcc7
|
||||
Subproject commit 3f7eb4c7d6ede4dde3c4bffa6ed14e8d656fe93f
|
Loading…
Reference in new issue