File tree Expand file tree Collapse file tree 4 files changed +1097
-37
lines changed
recipes/recipes_emscripten/llvm Expand file tree Collapse file tree 4 files changed +1097
-37
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,12 @@ emcmake cmake ${CMAKE_ARGS} -S ../llvm -B . \
25
25
-DLLVM_ENABLE_THREADS=OFF \
26
26
-DLLVM_ENABLE_ZSTD=OFF \
27
27
-DLLVM_ENABLE_LIBXML2=OFF \
28
+ -DLLVM_BUILD_TOOLS=OFF \
28
29
-DCLANG_ENABLE_STATIC_ANALYZER=OFF \
29
30
-DCLANG_ENABLE_ARCMT=OFF \
30
31
-DCLANG_ENABLE_BOOTSTRAP=OFF \
32
+ -DCLANG_BUILD_TOOLS=OFF \
31
33
-DCMAKE_CXX_FLAGS=" -Dwait4=__syscall_wait4 -fexceptions"
32
34
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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments