Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WebAssembly/wasi-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: WebAssembly/wasi-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: threads-prerelease
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Feb 7, 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 7, 2023
    Copy the full SHA
    f46fafb View commit details
  2. llvm-project: update to 16.0.0-rc1 pre-release

    This change updates the `src/llvm-project` submodule to LLVM 16. It uses the same commit as the one in LLVM's own 16.0.0-rc1 [pre-release].
    
    [pre-release]: https://github.com/llvm/llvm-project/releases/tag/llvmorg-16.0.0-rc1
    abrown committed Feb 7, 2023
    Copy the full SHA
    a219cbd View commit details

Commits on Feb 8, 2023

  1. 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 8, 2023
    Copy the full SHA
    adef23b View commit details
  2. llvm-project: update to 16.0.0-rc2 pre-release

    While this branch was building, LLVM pre-released [rc2]. This commit
    tries that out.
    
    [rc2]: https://github.com/llvm/llvm-project/releases/tag/llvmorg-16.0.0-rc2
    abrown committed Feb 8, 2023
    Copy the full SHA
    af9c369 View commit details

Commits on Feb 10, 2023

  1. Copy the full SHA
    b8d6809 View commit details
Loading