Skip to content

Commit

Permalink
Use clangInterpreter clangStaticAnalyzerCore instead of clang-repl ta…
Browse files Browse the repository at this point in the history
…rget to reduce emscripten llvm cache size (#470)
  • Loading branch information
mcbarton authored Jan 19, 2025
1 parent 2c42ebd commit 61c7aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ jobs:
-DLLVM_ENABLE_THREADS=OFF \
-G Ninja \
../llvm
emmake ninja clang clang-repl lld -j ${{ env.ncpus }}
emmake ninja clang clangInterpreter clangStaticAnalyzerCore lld -j ${{ env.ncpus }}
fi
cd ../
rm -rf $(find . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")
Expand Down

0 comments on commit 61c7aec

Please sign in to comment.