[libcxx-commits] [PATCH] D154246: [libc++] Add check for building with picolibc

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 10 08:34:47 PDT 2023


Mordante added inline comments.


================
Comment at: libcxx/docs/index.rst:132
+AIX 7.2TL5+           powerpc, powerpc64
+Embedded (picolibc)   arm                       Support for building with picolibc is currently work-in-progress
+===================== ========================= ============================
----------------
The CI is green. Is this work-in-progress or working? 


================
Comment at: libcxx/utils/ci/build-picolibc.sh:9
+#===----------------------------------------------------------------------===##
+
+set -e
----------------
Can you add a short comment what this file does?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154246



More information about the libcxx-commits mailing list