File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ jobs:
327327 -DLLVM_ENABLE_THREADS=OFF \
328328 -G Ninja \
329329 ../llvm
330- emmake ninja libclang clangInterpreter clangStaticAnalyzerCore lld -j ${{ env.ncpus }}
330+ emmake ninja libclang clangInterpreter clangStaticAnalyzerCore lldWasm -j ${{ env.ncpus }}
331331 fi
332332 cd ../
333333 rm -rf $(find . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ emcmake cmake -DCMAKE_BUILD_TYPE=Release \
7272 ../llvm
7373emmake make libclang -j $( nproc --all)
7474emmake make clangInterpreter clangStaticAnalyzerCore -j $( nproc --all)
75- emmake make lld -j $( nproc --all)
75+ emmake make lldWasm -j $( nproc --all)
7676```
7777
7878Once this finishes building we need to take note of where we built our llvm build. This can be done by executing the following
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ executing the following
8888 ../llvm
8989 emmake make libclang -j $( nproc --all)
9090 emmake make clangInterpreter clangStaticAnalyzerCore -j $( nproc --all)
91- emmake make lld -j $( nproc --all)
91+ emmake make lldWasm -j $( nproc --all)
9292
9393 Once this finishes building we need to take note of where we built our
9494llvm build. This can be done by executing the following
You can’t perform that action at this time.
0 commit comments