Skip to content

Commit 62bff9e

Browse files
committed
Update llvm to 20.1.4
1 parent 32bf899 commit 62bff9e

File tree

4 files changed

+1097
-37
lines changed

4 files changed

+1097
-37
lines changed

recipes/recipes_emscripten/llvm/build.sh

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,12 @@ emcmake cmake ${CMAKE_ARGS} -S ../llvm -B . \
2525
-DLLVM_ENABLE_THREADS=OFF \
2626
-DLLVM_ENABLE_ZSTD=OFF \
2727
-DLLVM_ENABLE_LIBXML2=OFF \
28+
-DLLVM_BUILD_TOOLS=OFF \
2829
-DCLANG_ENABLE_STATIC_ANALYZER=OFF \
2930
-DCLANG_ENABLE_ARCMT=OFF \
3031
-DCLANG_ENABLE_BOOTSTRAP=OFF \
32+
-DCLANG_BUILD_TOOLS=OFF \
3133
-DCMAKE_CXX_FLAGS="-Dwait4=__syscall_wait4 -fexceptions"
3234

33-
# Build step
34-
emmake make -j4
35-
36-
# Install step
37-
emmake make install
38-
39-
# Copy all files with ".wasm" extension to $PREFIX/bin
40-
cp $SRC_DIR/build/bin/*.wasm $PREFIX/bin
35+
# Build and Install step
36+
emmake make clangInterpreter lldWasm -j16 install

recipes/recipes_emscripten/llvm/patches/define_LLVM_ABI.patch

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)