Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Aug 2014 14:41:07 +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-tA6an2OOzM@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

--- Comment #2 from David Chisnall <theraven@FreeBSD.org> ---
I did write a __cxa_thread_atexit a while ago, but I haven't yet committed it
(I'll try to find it).  I didn't commit it because the semantics of
_Thread_local are very poorly defined in the presence of shared libraries.  I
could think of three wrong ways of implementing it (one of which was chosen by
libsupc++), but no right way.

-- 
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-tA6an2OOzM>