mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 01:16:06 +00:00

This upstreams more recent, mostly EH changes from libcxx and libcxxabi: - `__cxa_init_primary_exception`-related changes made when updating to LLVM 18.1.2 (https://github.com/emscripten-core/emscripten/pull/21638) - Removes ctype macros (https://github.com/emscripten-core/emscripten/pull/20960) - Guard destructor changes with `__wasm__` (https://github.com/emscripten-core/emscripten/pull/21974)