This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxxabi.
from a086331 [libc++abi] Default to DLL annotations on Windows new feb04d7 [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals [...]
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.ipp => fallback_malloc.cpp} | 74 ++++++++++++++++++------ src/fallback_malloc.h | 31 ++++++++++ test/test_exception_storage_nodynmem.pass.cpp | 32 ++++++++++ test/test_fallback_malloc.pass.cpp | 2 +- 7 files changed, 130 insertions(+), 44 deletions(-) rename src/{fallback_malloc.ipp => fallback_malloc.cpp} (82%) create mode 100644 src/fallback_malloc.h create mode 100644 test/test_exception_storage_nodynmem.pass.cpp