Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Jan 2017 17:53:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-threads@FreeBSD.org
Subject:   [Bug 215709] Use of thread_local produces linking errors [now with gcc]
Message-ID:  <bug-215709-16-Qcmuta2hmo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-215709-16@https.bugs.freebsd.org/bugzilla/>
References:  <bug-215709-16@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=3D215709

Tavian Barnes <tavianator@tavianator.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tavianator@tavianator.com

--- Comment #5 from Tavian Barnes <tavianator@tavianator.com> ---
Note that since https://reviews.llvm.org/D21803, upstream LLVM does basical=
ly
the same thing as GCC.  That is, it checks for __cxa_thread_atexit_impl in =
the
libc, calling it if available, and emulating it if not.  In either case,
libc++abi unconditionally defines __cxa_thread_atexit.

--=20
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-215709-16-Qcmuta2hmo>