Skip to content

Commit d31683d

Browse files
committed
Update ChangeLog and readme.txt
1 parent 653c473 commit d31683d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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
3.1.73 (in development)
2222
-----------------------
23+
- compiler-rt was updated to LLVM 19.1.4. (#22937)
2324

2425
3.1.72 - 11/19/24
2526
-----------------

system/lib/compiler-rt/readme.txt

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

4-
These files are from the llvm-project based on release 17.0.4.
4+
These files are from the llvm-project based on release 19.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-17 branch.
11+
The current patch is based on the emscripten-libs-19 branch.
1212

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

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

23-
https://github.com/llvm/llvm-project/compare/llvmorg-17.0.4...emscripten-core:emscripten-libs-17
23+
https://github.com/llvm/llvm-project/compare/llvmorg-19.1.4...emscripten-core:emscripten-libs-19

0 commit comments

Comments
 (0)