We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c42ebd commit 61c7aecCopy full SHA for 61c7aec
.github/workflows/emscripten.yml
@@ -337,7 +337,7 @@ jobs:
337
-DLLVM_ENABLE_THREADS=OFF \
338
-G Ninja \
339
../llvm
340
- emmake ninja clang clang-repl lld -j ${{ env.ncpus }}
+ emmake ninja clang clangInterpreter clangStaticAnalyzerCore lld -j ${{ env.ncpus }}
341
fi
342
cd ../
343
rm -rf $(find . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")
0 commit comments