wasi-compiler-rt: updated to 18.1.0

This commit is contained in:
John McQuah 2024-03-07 15:00:02 +00:00
parent 60ba3e98c9
commit e32c3c906d
4 changed files with 14 additions and 15 deletions

View File

@ -1,7 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/clang/
drwxr-xr-x root/root usr/lib/clang/17/
drwxr-xr-x root/root usr/lib/clang/17/lib/
drwxr-xr-x root/root usr/lib/clang/17/lib/wasi/
-rw-r--r-- root/root usr/lib/clang/17/lib/wasi/libclang_rt.builtins-wasm32.a
drwxr-xr-x root/root usr/lib/clang/18/
drwxr-xr-x root/root usr/lib/clang/18/lib/
drwxr-xr-x root/root usr/lib/clang/18/lib/wasi/
-rw-r--r-- root/root usr/lib/clang/18/lib/wasi/libclang_rt.builtins-wasm32.a

View File

@ -1,9 +1,8 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xWyXX6eFc+jyXsQURo0Yvwq6K4aktw1THV/X/lB6EGKs4kFqLIP16dOkhBwog4AoysiMPXwKXZXs+645sbrEAE=
SHA256 (Pkgfile) = 19d070f05cf658494f49d8bb4ef38b685eae201f7809086f1160a6a489bcde13
SHA256 (.footprint) = 6521690caca9e794dcc0be9b5562db02ae39426b8ca30856c09eb59e11b46c9c
SHA256 (compiler-rt-17.0.6.src.tar.xz) = 11b8d09dcf92a0f91c5c82defb5ad9ff4acf5cf073a80c317204baa922d136b4
SHA256 (llvm-17.0.6.src.tar.xz) = b638167da139126ca11917b6880207cc6e8f9d1cbb1a48d87d017f697ef78188
SHA256 (cmake-17.0.6.src.tar.xz) = 807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4
SHA256 (WASI.cmake) = e9e87d4781d6a999ee73a1e2c19754de01415124d0cd9746898f5ee7726dc1e1
RWSagIOpLGJF31ycSIFgU6FpfX2rqqO/edr0ccMMOLPIj1IKsiZ9aYkwJFHyTuoS/FfAk2yRyb5Y7lXVAsgDFIhMqhxOvPJ8xgY=
SHA256 (Pkgfile) = 3ac9320eb1f2d5655e573b146e9ea65f07ec3b387047728989d96860275797f6
SHA256 (.footprint) = 7dadce94342151cc0201b309c6fd7628fda724a5d2df534b4d03d3c5dd4a4415
SHA256 (compiler-rt-18.1.0.src.tar.xz) = ec6dee01247e341d4b15ec84763b8304410e79c2a1452a09286a9eab2badfdeb
SHA256 (llvm-18.1.0.src.tar.xz) = b83af9ed31e69852bb5f835b597f8e769a0707aea89a3097d4fc8e71e43f2a1a
SHA256 (cmake-18.1.0.src.tar.xz) = d367bf77a3707805168b0a7a7657c8571207fcae29c5890312642ee42b76c967
SHA256 (wasi-toolchain.cmake) = 70775bdb86f319eec11bde175e1e7f0830fad51b5171f40d20eda6b86cbe9fc1

View File

@ -4,18 +4,19 @@
# Depends on: wasi-libc
name=wasi-compiler-rt
version=17.0.6
version=18.1.0
release=1
source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/compiler-rt-$version.src.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/llvm-$version.src.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/cmake-$version.src.tar.xz
WASI.cmake wasi-toolchain.cmake)
wasi-toolchain.cmake)
build() {
# Platform files have been copied from https://github.com/WebAssembly/wasi-sdk
mv llvm-$version.src llvm
mv cmake-$version.src cmake
install -D WASI.cmake cmake/Platform/WASI.cmake
mkdir cmake/Platform
echo "set(WASI 1)" > cmake/Platform/WASI.cmake
cmake -S compiler-rt-$version.src/lib/builtins -B build -G Ninja \
-D CMAKE_INSTALL_PREFIX="/usr/lib/clang/${version%%.*}" \

View File

@ -1 +0,0 @@
set(WASI 1)