[libcxx-commits] [PATCH] D127526: [libc++] Make sure we install libc++abi headers on Apple

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 17 14:35:27 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG8da8b6143098: [libc++] Make sure we install libc++abi headers on Apple (authored by ldionne).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127526

Files:
  libcxx/utils/ci/apple-install-libcxx.sh


Index: libcxx/utils/ci/apple-install-libcxx.sh
===================================================================
--- libcxx/utils/ci/apple-install-libcxx.sh
+++ libcxx/utils/ci/apple-install-libcxx.sh
@@ -122,7 +122,7 @@
                 -DLIBCXXABI_LIBRARY_VERSION="${version}"
 
     if [ "$headers_only" = true ]; then
-        xcrun cmake --build "${build_dir}/${arch}" --target install-cxx-headers -- -v
+        xcrun cmake --build "${build_dir}/${arch}" --target install-cxx-headers install-cxxabi-headers -- -v
     else
         xcrun cmake --build "${build_dir}/${arch}" --target install-cxx install-cxxabi -- -v
     fi


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127526.438043.patch
Type: text/x-patch
Size: 633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220617/641f9760/attachment.bin>


More information about the libcxx-commits mailing list