[PATCH] D20328: [libcxx] Externally threaded libc++ variant
Asiri Rathnayake via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 7 09:29:39 PDT 2016
rmaprath added a comment.
In http://reviews.llvm.org/D20328#451197, @rmaprath wrote:
> In http://reviews.llvm.org/D20328#451178, @mclow.lists wrote:
>
> > Also, I don't see how this can be retargeted "at runtime"; are you implying that someone can choose at program launch time what threading system to use?
>
>
> Yup, users can link their objects with an implementation of the dynamic threading API and it should all be fine.
Apologies, not at program launch time but link time.
http://reviews.llvm.org/D20328
More information about the cfe-commits
mailing list