Skip to content

Commit

Permalink
Update compiler-rt's version to llvm 16.0.6
Browse files Browse the repository at this point in the history
It doesn't have any changes, but given that we updated other libraries
(libcxx/libcxxabi/libunwind) to 16.0.6 (emscripten-core#20088 and emscripten-core#20094), I'd like to
bring this to 16.0.6 to be consistent.
  • Loading branch information
aheejin committed Aug 23, 2023
1 parent 9bb02c0 commit 77b7bc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions system/lib/compiler-rt/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
llvm's compiler-rt
------------------

These files are from the llvm-project based on release 16.0.4.
These files are from the llvm-project based on release 16.0.6.

We maintain a local fork of llvm-project that contains any emscripten
specific patches:
Expand All @@ -13,11 +13,11 @@ The current patch is based on the emscripten-libs-16 branch.
Update Instructions
-------------------

Run `system/lib/update_compiler_rt.py path/to/llvm-root`
Run `system/lib/update_compiler_rt.py path/to/llvm-project`

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-16.0.4...emscripten-core:emscripten-libs-16
https://github.com/llvm/llvm-project/compare/llvmorg-16.0.6...emscripten-core:emscripten-libs-16

0 comments on commit 77b7bc0

Please sign in to comment.