commit | 5a0dfaecd3f4a65baa82072f934ac12199efaa9c | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Dec 18 00:03:57 2014 +0000 |
committer | Dan Albert <danalbert@google.com> | Wed Dec 17 16:07:49 2014 -0800 |
tree | 151e2ba6cdc441a1ccd3efc61a22bedf8695a01f | |
parent | 9623d0dca99755d5bbf4623c5513b060bb3a0be4 [diff] |
[libcxxabi] Add __cxa_thread_atexit for TLS support on Linux. Summary: Fixes PR21738. The implementation for this is handled by __cxa_thread_atexit_impl, which is supplied by libc. More information: https://sourceware.org/glibc/wiki/Destructor%20support%20for%20thread_local%20variables Reviewers: mclow.lists, EricWF, jroelofs Reviewed By: jroelofs Subscribers: majnemer, cfe-commits Differential Revision: http://reviews.llvm.org/D6708 git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@224477 91177308-0d34-0410-b5e6-96231b3b80d8 Change-Id: I987d700d42aedcdd9c51a20f70d0096b5e2aedb8 (cherry picked from commit efa37d1c95f5500535e12c5f72f4ac9a90687605)