Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Aug 2014 10:27:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-toolchain@FreeBSD.org
Subject:   [Bug 192320] Use of thread_local produces linking errors on system version of clang++
Message-ID:  <bug-192320-29464-S78E1cU6oD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192320-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192320-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192320

Dimitry Andric <dim@FreeBSD.org> changed:

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

--- Comment #1 from Dimitry Andric <dim@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192320-29464-S78E1cU6oD>