File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -313,6 +313,7 @@ jobs:
313
313
{
314
314
git apply -v Windows-emscripten-clang20-1-CrossCompile.patch
315
315
git apply -v emscripten-clang20-2-shift-temporary-files-to-tmp-dir.patch
316
+ git apply -v emscripten-clang20-3-enable_exception_handling.patch
316
317
}
317
318
cd build
318
319
echo "Apply clang${{ matrix.clang-runtime }}-*.patch patches:"
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ cp -r ..\patches\llvm\emscripten-clang20*
66
66
cp -r ..\patches\llvm\Windows-emscripten-clang20*
67
67
git apply -v Windows-emscripten-clang20-1-CrossCompile.patch
68
68
git apply -v emscripten-clang20-2-shift-temporary-files-to-tmp-dir.patch
69
+ git apply -v emscripten-clang20-3-enable_exception_handling.patch
69
70
```
70
71
71
72
We are now in a position to build an emscripten build of llvm by executing the following on Linux
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ On Windows execute the following
85
85
cp - r ..\patches\llvm\Windows- emscripten- clang20*
86
86
git apply - v Windows- emscripten- clang20- 1 - CrossCompile.patch
87
87
git apply - v emscripten- clang20- 2 - shift- temporary- files- to- tmp- dir.patch
88
+ git apply - v emscripten- clang20- 3 - enable_exception_handling.patch
88
89
89
90
We are now in a position to build an emscripten build of llvm by executing the following on Linux
90
91
and osx
You can’t perform that action at this time.
0 commit comments