File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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 clang clangInterpreter clangStaticAnalyzerCore lld -j ${{ env.ncpus }}
330
+ emmake ninja libclang clangInterpreter clangStaticAnalyzerCore lld -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 @@ -70,8 +70,8 @@ emcmake cmake -DCMAKE_BUILD_TYPE=Release \
70
70
-DLLVM_INCLUDE_TESTS=OFF \
71
71
-DLLVM_ENABLE_THREADS=OFF \
72
72
../llvm
73
- emmake make clang -j $( nproc --all)
74
- emmake make clang-repl -j $( nproc --all)
73
+ emmake make libclang -j $( nproc --all)
74
+ emmake make clangInterpreter clangStaticAnalyzerCore -j $( nproc --all)
75
75
emmake make lld -j $( nproc --all)
76
76
```
77
77
Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ executing the following
86
86
-DLLVM_INCLUDE_TESTS=OFF \
87
87
-DLLVM_ENABLE_THREADS=OFF \
88
88
../llvm
89
- emmake make clang -j $( nproc --all)
90
- emmake make clang-repl -j $( nproc --all)
89
+ emmake make libclang -j $( nproc --all)
90
+ emmake make clangInterpreter clangStaticAnalyzerCore -j $( nproc --all)
91
91
emmake make lld -j $( nproc --all)
92
92
93
93
Once this finishes building we need to take note of where we built our
You can’t perform that action at this time.
0 commit comments