[libcxx-commits] [PATCH] D64378: [libcxx] Use C11 thread API on Fuchsia
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 8 18:26:39 PDT 2019
mclow.lists added a comment.
None of these calls (`__libcpp_tls_create`, for instance) are templates, or marked as inline candidates.
Should they be in a source file, and baked into the dylib instead of a header file?
(like we do in support/win32/thread_win32.cpp, for example)
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64378/new/
https://reviews.llvm.org/D64378
More information about the libcxx-commits
mailing list