Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ See docs/process.md for more on how version tagging works.

3.1.73 (in development)
-----------------------
- compiler-rt was updated to LLVM 19.1.4. (#22937)

3.1.72 - 11/19/24
-----------------
Expand Down
6 changes: 3 additions & 3 deletions system/lib/compiler-rt/readme.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
llvm's compiler-rt
------------------

These files are from the llvm-project based on release 17.0.4.
These files are from the llvm-project based on release 19.1.4.

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

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

The current patch is based on the emscripten-libs-17 branch.
The current patch is based on the emscripten-libs-19 branch.

Update Instructions
-------------------
Expand All @@ -20,4 +20,4 @@ Modifications

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

https://github.com/llvm/llvm-project/compare/llvmorg-17.0.4...emscripten-core:emscripten-libs-17
https://github.com/llvm/llvm-project/compare/llvmorg-19.1.4...emscripten-core:emscripten-libs-19
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like this is currently and empty diff. Is that because emscripten-libs-19 is currently empty?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I forgot to upload that branch... Will do that.

Loading