[libcxx-commits] [PATCH] D154246: [libc++] Add check for building with picolibc
Simon Tatham via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 3 05:08:43 PDT 2023
simon_tatham added inline comments.
================
Comment at: libcxx/utils/ci/build-picolibc.sh:14
+
+function error() { printf "error: %s\n" "$*"; exit 1; }
+
----------------
Nit: `>&2` to send error messages to stderr
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