[libcxx-commits] [PATCH] D125393: [runtimes] Introduce object libraries

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 11 08:25:13 PDT 2022


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

This is a variant of D116689 <https://reviews.llvm.org/D116689> rebased on top of the new (proposed) ABI
refactoring in D120727 <https://reviews.llvm.org/D120727>. It should conserve the basic properties of the
original patch by @phosek, except it also allows cleaning up the merging
of libc++abi into libc++ from the libc++ side.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D125393

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125393.428673.patch
Type: text/x-patch
Size: 21281 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220511/0dd8fbf9/attachment-0001.bin>


More information about the libcxx-commits mailing list