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

David Spickett via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 5 05:47:46 PDT 2023


DavidSpickett added inline comments.


================
Comment at: libcxx/utils/ci/build-picolibc.sh:69
+[binaries]
+c = ['clang', '--target=armv6m-none-eabi', '-mfloat-abi=soft', '-nostdlib']
+ar = 'llvm-ar'
----------------
clang -> cc so it can work on our container.


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