[PATCH] D125683: [runtimes] Replace LIBCXX_ENABLE_STATIC_ABI_LIBRARY & friends by a new LIBCXX_CXX_ABI choice
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 16 05:54:36 PDT 2022
ldionne created this revision.
ldionne added reviewers: phosek, mstorsjo.
Herald added subscribers: abrachet, mgorny.
Herald added a project: All.
ldionne requested review of this revision.
Herald added projects: clang, Sanitizers, libc++, libc++abi, LLVM.
Herald added subscribers: llvm-commits, libcxx-commits, Sanitizers, cfe-commits.
Herald added a reviewer: libc++.
Herald added a reviewer: libc++abi.
Instead of having complicated options like LIBCXX_ENABLE_STATIC_ABI_LIBRARY
and LIBCXX_STATICALLY_LINK_ABI_IN_STATIC_LIBRARY, introduce the new
libcxxabi-objects choice of ABI library to allow merging the ABI library
objects into libc++.
Note that the same refactoring can be applied to how libc++abi merges
libunwind's objects, however that can be done as a separate step.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D125683
Files:
clang/cmake/caches/Android.cmake
clang/cmake/caches/Fuchsia-stage2.cmake
clang/cmake/caches/Fuchsia.cmake
compiler-rt/cmake/Modules/AddCompilerRT.cmake
libcxx/CMakeLists.txt
libcxx/cmake/Modules/HandleLibCXXABI.cmake
libcxx/cmake/caches/MinGW.cmake
libcxx/docs/BuildingLibcxx.rst
libcxx/docs/ReleaseNotes.rst
libcxx/src/CMakeLists.txt
libcxx/test/CMakeLists.txt
libcxx/test/configs/legacy.cfg.in
libcxxabi/CMakeLists.txt
llvm/docs/HowToBuildWindowsItaniumPrograms.rst
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125683.429691.patch
Type: text/x-patch
Size: 17491 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220516/330e34e1/attachment.bin>
More information about the llvm-commits
mailing list