[libcxx-commits] [PATCH] D116689: [libunwind][libcxxabi] Use object libraries in the build

Petr Hosek via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 5 12:37:19 PST 2022


phosek created this revision.
phosek added reviewers: ldionne, smeenai, beanz.
Herald added subscribers: libcxx-commits, mgorny.
Herald added a project: libunwind.
Herald added a reviewer: libunwind.
phosek requested review of this revision.
Herald added projects: libc++, libc++abi.
Herald added a reviewer: libc++.
Herald added a reviewer: libc++abi.

This simplifies merging of libunwind and libcxxabi into libcxx since
we don't need to extract and merge archives and can simply use CMake
depednencies. That's also a prerequisite for using OSX_ARCHITECTURES
in CMake to build libcxx as universal library


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116689

Files:
  libcxx/cmake/Modules/HandleLibCXXABI.cmake
  libcxx/src/CMakeLists.txt
  libcxxabi/src/CMakeLists.txt
  libunwind/src/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116689.397677.patch
Type: text/x-patch
Size: 14788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220105/131037a5/attachment-0001.bin>


More information about the libcxx-commits mailing list