[all-commits] [llvm/llvm-project] 271eb0: [WebAssembly] Upstream misc. EH changes (#92990)
Heejin Ahn via All-commits
all-commits at lists.llvm.org
Wed May 22 09:48:16 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 271eb0686b7b0f9d2e016751399b948ccbbe7925
https://github.com/llvm/llvm-project/commit/271eb0686b7b0f9d2e016751399b948ccbbe7925
Author: Heejin Ahn <aheejin at gmail.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M libcxx/include/__exception/exception_ptr.h
M libcxx/include/__locale
M libcxxabi/include/cxxabi.h
M libcxxabi/src/cxa_exception.cpp
M libcxxabi/src/cxa_exception.h
Log Message:
-----------
[WebAssembly] Upstream misc. EH changes (#92990)
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)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list