This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxxabi.
from feb04d7 [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals [...] new 336985f Revert r282692: Use fallback_malloc to allocate __cxa_eh_glob [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: src/CMakeLists.txt | 1 - src/cxa_exception.cpp | 28 +++++++-- src/cxa_exception_storage.cpp | 6 +- src/fallback_malloc.h | 31 ---------- src/{fallback_malloc.cpp => fallback_malloc.ipp} | 74 ++++++------------------ test/test_exception_storage_nodynmem.pass.cpp | 32 ---------- test/test_fallback_malloc.pass.cpp | 2 +- 7 files changed, 44 insertions(+), 130 deletions(-) delete mode 100644 src/fallback_malloc.h rename src/{fallback_malloc.cpp => fallback_malloc.ipp} (82%) delete mode 100644 test/test_exception_storage_nodynmem.pass.cpp