This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxxabi.
from 5ab5976 Fix libc++abi test config after recent libc++ changes new 3f7b370 Provide a fallback __cxa_thread_atexit() implementation. Patc [...]
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/cxa_thread_atexit.cpp | 125 +++++++++++++++++++++++++-- test/CMakeLists.txt | 1 - test/cxa_thread_atexit_test.pass.cpp | 1 - test/libcxxabi/test/config.py | 2 - test/lit.site.cfg.in | 1 - test/thread_local_destruction_order.pass.cpp | 56 ++++++++++++ 6 files changed, 175 insertions(+), 11 deletions(-) create mode 100644 test/thread_local_destruction_order.pass.cpp