diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml index 909d4ec54..ba7d8703f 100644 --- a/.github/workflows/emscripten.yml +++ b/.github/workflows/emscripten.yml @@ -327,7 +327,7 @@ jobs: -DLLVM_ENABLE_THREADS=OFF \ -G Ninja \ ../llvm - emmake ninja libclang clangInterpreter clangStaticAnalyzerCore lld -j ${{ env.ncpus }} + emmake ninja libclang clangInterpreter clangStaticAnalyzerCore lldWasm -j ${{ env.ncpus }} fi cd ../ rm -rf $(find . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".") diff --git a/Emscripten-build-instructions.md b/Emscripten-build-instructions.md index 6cfb9cc3d..d546348e9 100644 --- a/Emscripten-build-instructions.md +++ b/Emscripten-build-instructions.md @@ -72,7 +72,7 @@ emcmake cmake -DCMAKE_BUILD_TYPE=Release \ ../llvm emmake make libclang -j $(nproc --all) emmake make clangInterpreter clangStaticAnalyzerCore -j $(nproc --all) -emmake make lld -j $(nproc --all) +emmake make lldWasm -j $(nproc --all) ``` Once this finishes building we need to take note of where we built our llvm build. This can be done by executing the following diff --git a/docs/Emscripten-build-instructions.rst b/docs/Emscripten-build-instructions.rst index 1973f4683..d10a9a145 100644 --- a/docs/Emscripten-build-instructions.rst +++ b/docs/Emscripten-build-instructions.rst @@ -88,7 +88,7 @@ executing the following ../llvm emmake make libclang -j $(nproc --all) emmake make clangInterpreter clangStaticAnalyzerCore -j $(nproc --all) - emmake make lld -j $(nproc --all) + emmake make lldWasm -j $(nproc --all) Once this finishes building we need to take note of where we built our llvm build. This can be done by executing the following