File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -325,6 +325,8 @@ jobs:
325325 -DLLVM_INCLUDE_EXAMPLES=OFF \
326326 -DLLVM_INCLUDE_TESTS=OFF \
327327 -DLLVM_ENABLE_THREADS=OFF \
328+ -DLLVM_BUILD_TOOLS=OFF \
329+ -DLLVM_ENABLE_LIBPFM=OFF \
328330 -G Ninja \
329331 ../llvm
330332 emmake ninja libclang clangInterpreter clangStaticAnalyzerCore lldWasm -j ${{ env.ncpus }}
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ emcmake cmake -DCMAKE_BUILD_TYPE=Release \
6969 -DLLVM_INCLUDE_EXAMPLES=OFF \
7070 -DLLVM_INCLUDE_TESTS=OFF \
7171 -DLLVM_ENABLE_THREADS=OFF \
72+ -DLLVM_BUILD_TOOLS=OFF \
73+ -DLLVM_ENABLE_LIBPFM=OFF \
7274 ../llvm
7375emmake make libclang -j $( nproc --all)
7476emmake make clangInterpreter clangStaticAnalyzerCore -j $( nproc --all)
Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ executing the following
8585 -DLLVM_INCLUDE_EXAMPLES=OFF \
8686 -DLLVM_INCLUDE_TESTS=OFF \
8787 -DLLVM_ENABLE_THREADS=OFF \
88+ -DLLVM_BUILD_TOOLS=OFF \
89+ -DLLVM_ENABLE_LIBPFM=OFF \
8890 ../llvm
8991 emmake make libclang -j $( nproc --all)
9092 emmake make clangInterpreter clangStaticAnalyzerCore -j $( nproc --all)
You can’t perform that action at this time.
0 commit comments