Skip to content
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

Pre-release wasi-sdk-20+threads #296

Closed
wants to merge 4 commits into from
Closed

Pre-release wasi-sdk-20+threads #296

wants to merge 4 commits into from

Commits on Feb 10, 2023

  1. wasi-libc: bump HEAD

    This brings in two recent commits, WebAssembly/wasi-libc#388 and
    WebAssembly/wasi-libc#391, that seem useful to have.
    abrown committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    68c0305 View commit details
    Browse the repository at this point in the history
  2. llvm-project: update to 16.0.0-rc2 pre-release

    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
    abrown committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    cde7030 View commit details
    Browse the repository at this point in the history
  3. fix: use only Clang's major version in install prefix

    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
    abrown committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    e856717 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ace5ba1 View commit details
    Browse the repository at this point in the history