Skip to content

Commit 59d082f

Browse files
committed
Update readme and ChangeLog
1 parent b509232 commit 59d082f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ See docs/process.md for more on how version tagging works.
2020

2121
4.0.9 (in development)
2222
----------------------
23+
- libcxx and libcxxabi were updated to LLVM 20.1.4. (#?????)
2324
- libunwind was updated to LLVM 20.1.4. (#24251)
2425
- When using cmake the EMSCRIPTEN_FORCE_COMPILERS setting was reverted to
2526
being on by default due to issues that were found with disabling it. (#24223)

system/lib/libcxx/readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
llvm's libcxx
22
-------------
33

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.
55

66
We maintain a local fork of llvm-project that contains any emscripten
77
specific patches:
88

99
https://github.com/emscripten-core/llvm-project
1010

11-
The current patch is based on the emscripten-libs-19 branch.
11+
The current patch is based on the emscripten-libs-20 branch.
1212

1313
Update Instructions
1414
-------------------
@@ -20,4 +20,4 @@ Modifications
2020

2121
For a list of changes from upstream see the libcxx files that are part of:
2222

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

system/lib/libcxxabi/readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
llvm's libcxxabi
22
----------------
33

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.
55

66
We maintain a local fork of llvm-project that contains any emscripten
77
specific patches:
88

99
https://github.com/emscripten-core/llvm-project
1010

11-
The current patch is based on the emscripten-libs-19 branch.
11+
The current patch is based on the emscripten-libs-20 branch.
1212

1313
Update Instructions
1414
-------------------
@@ -20,4 +20,4 @@ Modifications
2020

2121
For a list of changes from upstream see the libcxxabi files that are part of:
2222

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

0 commit comments

Comments
 (0)