Update to LLVM 21.1.0 (#559)

Keeping up-to-date with the latest release
pull/561/head
Alex Crichton 2 weeks ago committed by GitHub
parent 400dd95ec4
commit 144b335ece
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -164,9 +164,10 @@ jobs:
- uses: ./.github/actions/checkout
- uses: ./.github/actions/install-deps
- run: cargo install wasm-component-ld@0.5.12
- run: sudo apt-get update -y && sudo apt-get install -y clang-20 lld-20
- run: |
cmake -G Ninja -B build -S . \
-DCMAKE_C_COMPILER=/usr/lib/llvm-18/bin/clang \
-DCMAKE_C_COMPILER=/usr/lib/llvm-20/bin/clang \
-DCMAKE_SYSTEM_NAME=WASI \
-DWASI_SDK_INCLUDE_TESTS=ON \
-DWASI_SDK_CPU_CFLAGS="" \

@ -1 +1 @@
Subproject commit 87f0227cb60147a26a1eeb4fb06e3b505e9c7261
Subproject commit 3623fe661ae35c6c80ac221f14d85be76aa870f1
Loading…
Cancel
Save