File tree 3 files changed +7
-6
lines changed 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ See docs/process.md for more on how version tagging works.
20
20
21
21
4.0.9 (in development)
22
22
----------------------
23
+ - libcxx and libcxxabi were updated to LLVM 20.1.4. (#?????)
23
24
- libunwind was updated to LLVM 20.1.4. (#24251 )
24
25
- When using cmake the EMSCRIPTEN_FORCE_COMPILERS setting was reverted to
25
26
being on by default due to issues that were found with disabling it. (#24223 )
Original file line number Diff line number Diff line change 1
1
llvm's libcxx
2
2
-------------
3
3
4
- These files are from the llvm-project based on release 19 .1.6 .
4
+ These files are from the llvm-project based on release 20 .1.4 .
5
5
6
6
We maintain a local fork of llvm-project that contains any emscripten
7
7
specific patches:
8
8
9
9
https://github.com/emscripten-core/llvm-project
10
10
11
- The current patch is based on the emscripten-libs-19 branch.
11
+ The current patch is based on the emscripten-libs-20 branch.
12
12
13
13
Update Instructions
14
14
-------------------
@@ -20,4 +20,4 @@ Modifications
20
20
21
21
For a list of changes from upstream see the libcxx files that are part of:
22
22
23
- https://github.com/llvm/llvm-project/compare/llvmorg-19 .1.6 ...emscripten-core:emscripten-libs-19
23
+ https://github.com/llvm/llvm-project/compare/llvmorg-20 .1.4 ...emscripten-core:emscripten-libs-20
Original file line number Diff line number Diff line change 1
1
llvm's libcxxabi
2
2
----------------
3
3
4
- These files are from the llvm-project based on release 19 .1.6 .
4
+ These files are from the llvm-project based on release 20 .1.4 .
5
5
6
6
We maintain a local fork of llvm-project that contains any emscripten
7
7
specific patches:
8
8
9
9
https://github.com/emscripten-core/llvm-project
10
10
11
- The current patch is based on the emscripten-libs-19 branch.
11
+ The current patch is based on the emscripten-libs-20 branch.
12
12
13
13
Update Instructions
14
14
-------------------
@@ -20,4 +20,4 @@ Modifications
20
20
21
21
For a list of changes from upstream see the libcxxabi files that are part of:
22
22
23
- https://github.com/llvm/llvm-project/compare/llvmorg-19 .1.6 ...emscripten-core:emscripten-libs-19
23
+ https://github.com/llvm/llvm-project/compare/llvmorg-20 .1.4 ...emscripten-core:emscripten-libs-20
You can’t perform that action at this time.
0 commit comments