Skip to content

Commit

Permalink
Auto merge of #112969 - CryZe:patch-7, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Update wasi-libc

This updates wasi-libc to the latest master.

Resolves #112749
  • Loading branch information
bors committed Jun 26, 2023
2 parents 36fb58e + 471cd78 commit 2a15bda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bin="$PWD/clang+llvm-15.0.6-x86_64-linux-gnu-ubuntu-18.04/bin"
git clone https://github.com/WebAssembly/wasi-libc

cd wasi-libc
git reset --hard 4362b1885fd369e042a7c0ecd8df3b6cd47fb4e8
git reset --hard 7018e24d8fe248596819d2e884761676f3542a04
make -j$(nproc) \
CC="$bin/clang" \
NM="$bin/llvm-nm" \
Expand Down

0 comments on commit 2a15bda

Please sign in to comment.