Skip to content

Commit 12bb5c9

Browse files
authored
Update compiler-rt's version to llvm 16.0.6 (#20104)
It doesn't have any changes, but given that we updated other libraries (libcxx/libcxxabi/libunwind) to 16.0.6 (#20088 and #20094), I'd like to bring this to 16.0.6 to be consistent.
1 parent 9bb02c0 commit 12bb5c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

system/lib/compiler-rt/readme.txt

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

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

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

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

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

0 commit comments

Comments
 (0)