Skip to content

Commit 1ddea71

Browse files
build-toolchain.sh: install compiler-rt for wasm32 in 13.0.0 directory
The default user visible clang version was bumped up since da5b069
1 parent 263f7a6 commit 1ddea71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/webassembly/build-toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ build_target_toolchain() {
8888
-D CMAKE_AR="$HOST_BUILD_DIR/llvm-$HOST_SUFFIX/bin/llvm-ar" \
8989
-D CMAKE_C_COMPILER_LAUNCHER="$(which sccache)" \
9090
-D CMAKE_CXX_COMPILER_LAUNCHER="$(which sccache)" \
91-
-D CMAKE_INSTALL_PREFIX="$DIST_TOOLCHAIN_SDK/usr/lib/clang/10.0.0/" \
91+
-D CMAKE_INSTALL_PREFIX="$DIST_TOOLCHAIN_SDK/usr/lib/clang/13.0.0/" \
9292
-D CMAKE_SYSROOT="${WASI_SYSROOT_PATH}" \
9393
-G Ninja \
9494
-S "$SOURCE_PATH/llvm-project/compiler-rt"

0 commit comments

Comments
 (0)