This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxxabi.
from 8d4d9af [CMake] Fix libc++abi standalone cmake build. new ace6572 Recommit r282692: [libc++abi] Use fallback_malloc to allocate [...]
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 | 40 +++++++++++++ test/test_fallback_malloc.pass.cpp | 2 +- 7 files changed, 138 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