[libcxx-commits] [PATCH] D88718: [libcxx] Port to NuttX(https://nuttx.apache.org/) RTOS

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 28 12:48:03 PDT 2020


ldionne added a comment.

In D88718#2355514 <https://reviews.llvm.org/D88718#2355514>, @btashton wrote:

> (Also from the Apache NuttX team)
> If what we set up on our end  in CI is not sufficient enough, I would be willing to look at what needs to be done to provide that here via what you have in BuildKite.  Supporting the simulator target probably would not be too difficult.

That would be great.

Otherwise, have you considered building with `-DLIBCXX_ENABLE_LOCALIZATION=OFF`? I added this "flavor" of libc++ specifically to cater to the needs of smaller OSes that don't provide localization support. The best case scenario would be if libc++ could work on your platform out-of-the-box without support for localization: that way, we wouldn't even have to add another configuration for libc++.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88718/new/

https://reviews.llvm.org/D88718



More information about the libcxx-commits mailing list