[libcxx-commits] [PATCH] D101959: [libc++/abi/unwind][AIX] Add scripts and cache file for building libc++/libc++abi/libunwind

David Tenty via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 10 13:58:11 PDT 2021


daltenty added inline comments.


================
Comment at: libcxx/utils/ci/aix-install-libcxx.sh:49
+            ;;
+        --build-type)
+            BUILD_TYPE="${2}"
----------------
lei wrote:
> Missing doc of this option in `usage()`
Ah, this got moved to the cache file to be consistent with the existing setup, so I'll drop the option.


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