This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxxabi.
from cb51028 Update LICENSE.TXT to 2017 new 71ba287 [libcxxabi] Introduce an externally threaded libc++abi variant.
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: CMakeLists.txt | 29 ++++++++++ src/config.h | 1 + src/cxa_exception.cpp | 1 - src/cxa_exception_storage.cpp | 18 +++--- src/cxa_guard.cpp | 32 +++++------ src/cxa_thread_atexit.cpp | 18 +++--- src/fallback_malloc.cpp | 15 +++-- src/threading_support.h | 107 ----------------------------------- test/CMakeLists.txt | 5 ++ test/libcxxabi/test/config.py | 3 + test/lit.site.cfg.in | 1 + test/test_exception_storage.pass.cpp | 8 +-- test/test_fallback_malloc.pass.cpp | 2 +- 13 files changed, 87 insertions(+), 153 deletions(-) delete mode 100644 src/threading_support.h