[PATCH] D28220: provide Win32 native threading
Eric Fiselier via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 6 16:43:00 PST 2017
EricWF added inline comments.
================
Comment at: include/__threading_support:580
+int __libcpp_tls_create(__libcpp_tls_key* __key,
+ void(_LIBCPP_TLS_DESTRUCTOR_CC* __at_exit)(void*))
+{
----------------
The `_LIBCPP_TLS_DESTRUCTOR_CC` needs to appear an the initial declaration as well.
Repository:
rL LLVM
https://reviews.llvm.org/D28220
More information about the cfe-commits
mailing list