Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update compiler-rt to LLVM 19.1.4 #22937

Merged
merged 15 commits into from
Dec 21, 2024
Merged
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