[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 10 12:10:42 PDT 2022


ldionne created this revision.
Herald added a subscriber: arichardson.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

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.436007.patch
Type: text/x-patch
Size: 633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220610/7851486c/attachment.bin>


More information about the libcxx-commits mailing list