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:
327
327
-DLLVM_ENABLE_THREADS=OFF \
328
328
-G Ninja \
329
329
../llvm
330
- emmake ninja libclang clangInterpreter clangStaticAnalyzerCore lld -j ${{ env.ncpus }}
330
+ emmake ninja libclang clangInterpreter clangStaticAnalyzerCore lldWasm -j ${{ env.ncpus }}
331
331
fi
332
332
cd ../
333
333
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 \
72
72
../llvm
73
73
emmake make libclang -j $( nproc --all)
74
74
emmake make clangInterpreter clangStaticAnalyzerCore -j $( nproc --all)
75
- emmake make lld -j $( nproc --all)
75
+ emmake make lldWasm -j $( nproc --all)
76
76
```
77
77
78
78
Once 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
88
88
../llvm
89
89
emmake make libclang -j $( nproc --all)
90
90
emmake make clangInterpreter clangStaticAnalyzerCore -j $( nproc --all)
91
- emmake make lld -j $( nproc --all)
91
+ emmake make lldWasm -j $( nproc --all)
92
92
93
93
Once this finishes building we need to take note of where we built our
94
94
llvm build. This can be done by executing the following
You can’t perform that action at this time.
0 commit comments