[libcxx-commits] [PATCH] D114242: [libc++] Fix some tests that were broken in the single-threaded configuration
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 19 07:10:37 PST 2021
ldionne added a comment.
In D114242#3142762 <https://reviews.llvm.org/D114242#3142762>, @Mordante wrote:
> LGTM when the CI is happy. Should we add a CI that test this configuration?
Thanks for the review. We have CI for that configuration, however we don't have an actual C library that lacks support for threads. So we do have coverage, but it's not perfect. For each "freestanding slice" configuration, we could in theory create a small C library that forwards everything to the underlying C library, but which doesn't have the functionality we're excluding from that slice. But I believe that would reach diminishing returns.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114242/new/
https://reviews.llvm.org/D114242
More information about the libcxx-commits
mailing list