[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 11:24:07 PST 2021


ldionne accepted this revision as: libc++.
ldionne marked an inline comment as done.
ldionne added a comment.
This revision is now accepted and ready to land.

In D114242#3143335 <https://reviews.llvm.org/D114242#3143335>, @Mordante wrote:

> Don't get me wrong, I would love to have better support for non-hosted builds. But I think it would be better to see whether we can use an existing non-hosted C library instead of writing our own. Maybe it would be possible to use LLVM's libc for that purpose. That is if we can easily disable some of their features.

That's actually an interesting idea, I had not thought about that.

Generally speaking, it might also be a good idea to test whether libc++ even works on top of LLVM's on libc.


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