[libcxx-commits] [PATCH] D101959: [libc++/abi/unwind][AIX] Add scripts and cache file for building libc++/libc++abi/libunwind
Jason Liu via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 6 12:11:17 PDT 2021
jasonliu added inline comments.
================
Comment at: libcxx/utils/ci/aix-install-libcxx.sh:107
+ )
+ env OBJECT_MODE="${bitmode}" cmake --build "${build_dir}/${bitmode}" --target install-cxx install-cxxabi install-unwind
+done
----------------
jasonliu wrote:
> If a build did not complete successfully, for the ease of find out where it fails, do we want to have an early exit whenever there is an error on setting up cmake and during building?
For developers who invokes this script: do we want to detect if we already have a config build so that we don't need to run the cmake config every time? And provide a --clobber option if people wants to reconfig an existing config?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101959/new/
https://reviews.llvm.org/D101959
More information about the libcxx-commits
mailing list