[libcxx-commits] [PATCH] D101458: [libc++][libc++abi] Install libc++abi headers from libc++abi, not libc++

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 5 16:39:38 PDT 2021


ldionne updated this revision to Diff 377384.
ldionne retitled this revision from "[libc++] Do not copy the libc++abi headers into the libc++ build tree" to "[libc++][libc++abi] Install libc++abi headers from libc++abi, not libc++".
ldionne edited the summary of this revision.
ldionne added a subscriber: dim.
ldionne added a comment.
Herald added a subscriber: arichardson.
Herald added a project: libc++abi.
Herald added a reviewer: libc++abi.

Install <cxxabi.h> from libc++abi.

Pinging @dim since I think you folks use a different ABI library - you should make
sure that your ABI library is installing <cxxabi.h> in a place where users can find
it on its own.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101458

Files:
  libcxx/cmake/Modules/HandleLibCXXABI.cmake
  libcxx/include/CMakeLists.txt
  libcxx/src/CMakeLists.txt
  libcxx/utils/ci/apple-install-libcxx.sh
  libcxxabi/CMakeLists.txt
  libcxxabi/include/CMakeLists.txt
  libcxxabi/src/CMakeLists.txt
  llvm/utils/gn/secondary/libcxx/include/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101458.377384.patch
Type: text/x-patch
Size: 11081 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211005/ffd47273/attachment-0001.bin>


More information about the libcxx-commits mailing list