tree: e885544d732ae82482802233bb3d4e93c19369d1
  1. include/
  2. lib/
  3. __c_longjmp.S
  4. __trap.c
  5. CREDITS.TXT
  6. emscripten_exception_builtins.c
  7. emscripten_setjmp.c
  8. emscripten_tempret.s
  9. LICENSE.TXT
  10. README.md
  11. stack_limits.S
  12. stack_ops.S
system/lib/compiler-rt/README.md

LLVM's compiler-rt

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

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-22 branch.

Update Instructions

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-22.1.8...emscripten-core:emscripten-libs-22