[Bug 192320] Use of thread_local produces linking errors on system version of clang++

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Aug 2 10:27:12 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192320

Dimitry Andric <dim at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dim at FreeBSD.org,
                   |                            |theraven at FreeBSD.org

--- Comment #1 from Dimitry Andric <dim at FreeBSD.org> ---
Our __cxa_atexit() is in lib/libc/stdlib/atexit.c, but apparently we don't have
a corresponding __cxa_thread_atexit() yet.  I'm not entirely sure where it
should live, though: GNU puts it in libsupc++, so for use that would correspond
to libcxxrt...

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-toolchain mailing list