Skip to content

Commit 3bcb086

Browse files
authored
Update documentation about exception handling patch
1 parent 8f94ecb commit 3bcb086

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ jobs:
313313
{
314314
git apply -v Windows-emscripten-clang20-1-CrossCompile.patch
315315
git apply -v emscripten-clang20-2-shift-temporary-files-to-tmp-dir.patch
316+
git apply -v emscripten-clang20-3-enable_exception_handling.patch
316317
}
317318
cd build
318319
echo "Apply clang${{ matrix.clang-runtime }}-*.patch patches:"

Emscripten-build-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ cp -r ..\patches\llvm\emscripten-clang20*
6666
cp -r ..\patches\llvm\Windows-emscripten-clang20*
6767
git apply -v Windows-emscripten-clang20-1-CrossCompile.patch
6868
git apply -v emscripten-clang20-2-shift-temporary-files-to-tmp-dir.patch
69+
git apply -v emscripten-clang20-3-enable_exception_handling.patch
6970
```
7071

7172
We are now in a position to build an emscripten build of llvm by executing the following on Linux

docs/Emscripten-build-instructions.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ On Windows execute the following
8585
cp -r ..\patches\llvm\Windows-emscripten-clang20*
8686
git apply -v Windows-emscripten-clang20-1-CrossCompile.patch
8787
git apply -v emscripten-clang20-2-shift-temporary-files-to-tmp-dir.patch
88+
git apply -v emscripten-clang20-3-enable_exception_handling.patch
8889
8990
We are now in a position to build an emscripten build of llvm by executing the following on Linux
9091
and osx

0 commit comments

Comments
 (0)