[libcxx-commits] [PATCH] D125903: [runtimes] Fix the build of merged ABI/unwinder libraries
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 18 09:48:21 PDT 2022
ldionne created this revision.
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.
Also, add a CI job that tests this configuration. The exact configuration
is that we build a shared libc++ and merge objects for the ABI library
and the unwinder library into it.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D125903
Files:
libcxx/CMakeLists.txt
libcxx/cmake/caches/Generic-merged.cmake
libcxx/src/CMakeLists.txt
libcxx/utils/ci/buildkite-pipeline.yml
libcxx/utils/ci/run-buildbot
libcxxabi/CMakeLists.txt
libcxxabi/src/CMakeLists.txt
libcxxabi/test/configs/llvm-libc++abi-merged.cfg.in
libunwind/test/configs/llvm-libunwind-merged.cfg.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125903.430419.patch
Type: text/x-patch
Size: 9912 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220518/3e9b1720/attachment.bin>
More information about the libcxx-commits
mailing list