[Bug 215709] Use of thread_local produces linking errors [now with gcc]
| Newsgroups | gmane.os.freebsd.devel.threading |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215709 Tavian Barnes <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Tavian Barnes <[email protected]> --- Note that since https://reviews.llvm.org/D21803, upstream LLVM does basically 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. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-threads To unsubscribe, send any mail to "[email protected]"