Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
emscripten-core
GitHub Repository: emscripten-core/emscripten
Path: blob/main/system/lib/compiler-rt/readme.txt
6162 views
1
LLVM's compiler-rt
2
------------------
3
4
These files are from the llvm-project based on release 21.1.8.
5
6
We maintain a local fork of llvm-project that contains any Emscripten
7
specific patches:
8
9
https://github.com/emscripten-core/llvm-project
10
11
The current patch is based on the emscripten-libs-21 branch.
12
13
Update Instructions
14
-------------------
15
16
Run `system/lib/update_compiler_rt.py path/to/llvm-project`
17
18
Modifications
19
-------------
20
21
For a list of changes from upstream see the compiler-rt files that are part of:
22
23
https://github.com/llvm/llvm-project/compare/llvmorg-21.1.8...emscripten-core:emscripten-libs-21
24
25