[libcxx-commits] [PATCH] D88718: [libcxx] Port to NuttX(https://nuttx.apache.org/) RTOS
Xiang Xiao via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Oct 2 10:36:45 PDT 2020
xiaoxiang781216 added a comment.
In D88718#2308817 <https://reviews.llvm.org/D88718#2308817>, @mclow.lists wrote:
> A general comment - is someone going to run a libc++ test bot for NuttX? Otherwise, how will we know when changes that we make to libc++ break NuttX support?
NuttX is RTOS, so the setup for both build and test is much hard than normal development environment(e.g. Linux, macOS or Windows):
1.We need prepare the cross build toolchain
2.We need build libcxx with NuttX OS together
3.We need run the test with the real hardware or simulator
It isn't suitable to incorporate this type of change into libcxx because it's too specific to NuttX environment. On the other hand, we plan to integrate libc++ test into NuttX daliy testing infrastructure, like what we have already done for Linux Test Project here:
https://github.com/apache/incubator-nuttx-apps/pull/410
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