[all-commits] [llvm/llvm-project] fa7ce8: [runtimes] Fix the build of merged ABI/unwinder li...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu May 19 07:49:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa7ce8e685faa63f7ad1d0c7a640217286ec291b
https://github.com/llvm/llvm-project/commit/fa7ce8e685faa63f7ad1d0c7a640217286ec291b
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-05-19 (Thu, 19 May 2022)
Changed paths:
M libcxx/CMakeLists.txt
A libcxx/cmake/caches/Generic-merged.cmake
M libcxx/src/CMakeLists.txt
M libcxx/utils/ci/buildkite-pipeline.yml
M libcxx/utils/ci/run-buildbot
M libcxxabi/CMakeLists.txt
M libcxxabi/src/CMakeLists.txt
A libcxxabi/test/configs/llvm-libc++abi-merged.cfg.in
A libunwind/test/configs/llvm-libunwind-merged.cfg.in
Log Message:
-----------
[runtimes] Fix the build of merged ABI/unwinder libraries
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.
Differential Revision: https://reviews.llvm.org/D125903
More information about the All-commits
mailing list