[libcxx-commits] [PATCH] D80372: Fix compile for -DLIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY
Mikhail Maltsev via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 22 08:34:09 PDT 2020
miyuki added a comment.
> I'm curious to understand what your setup is.
Internally we use `_LIBCPP_HAS_THREAD_API_EXTERNAL` in our downstream libc++ fork intended for the bare-metal environment. We aim to provide testing of this configuration and also the `_LIBCPP_HAS_THREAD_LIBRARY_EXTERNAL` one. The plan is to set up public build bots for testing them. Unfortunately, this work is not high-priority, so I cannot make any commitments w.r.t. to it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80372/new/
https://reviews.llvm.org/D80372
More information about the libcxx-commits
mailing list