Closed
Conversation
This brings in two recent commits, WebAssembly/wasi-libc#388 and WebAssembly/wasi-libc#391, that seem useful to have.
This change updates the `src/llvm-project` submodule to LLVM 16. While experimenting with this, LLVM pre-released [rc2]. This commit uses that release. [rc2]: https://github.com/llvm/llvm-project/releases/tag/llvmorg-16.0.0-rc2
Due to [a change] in LLVM, Clang will expect to find the `libclang_rt.builtins-wasm32.a` file in a path that only contains the major version (`16`) instead of the entire version (`16.0.0`) as was previously the case. This change modifies the `CMAKE_INSTALL_PREFIX` to use Clang's major version only. [a change]: https://reviews.llvm.org/D125860
wasi-sdk-20+threads
Closed
Collaborator
Author
|
This no longer applies: #313 and #314 were merged and are now released in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DO NOT MERGE!
This PR is meant as a visual reminder of how the
wasi-sdk-20+threadspre-release was created. This branch includes changes to:+threads) in the wasi-sdk version tagsOf these, the last change (the additional
version.shstrings) can certainly be dropped for a future release ofwasi-sdk-20and the source code bumps likely need to be to even later commits. This PR may be useful, however, as a record of what was was done forwasi-sdk-20+threads.cc: @sunfishcode, @sbc100