[libc++abi] Add a from-scratch testing config for Apple backdeployment
authorLouis Dionne <ldionne.2@gmail.com>
Thu, 10 Feb 2022 19:03:05 +0000 (14:03 -0500)
committerLouis Dionne <ldionne.2@gmail.com>
Mon, 14 Feb 2022 20:36:50 +0000 (15:36 -0500)
commit8c060613721c5e7b52f43e7d1da24346b0506dde
tree7f20ded87ae8d305216ff54aaa09f4a385dc13d6
parent48e3dcecc4259fc50451e9d12a352c7d513e85eb
[libc++abi] Add a from-scratch testing config for Apple backdeployment

We added one for libc++ recently, and this patch adds one for libc++abi.
Also, as a fly-by fix, include older libunwind dylibs in the testing of
libc++ and libc++abi, which fixes some issues related to running
back-deployment tests on newer systems.

Differential Revision: https://reviews.llvm.org/D119466
libcxx/test/configs/apple-libc++-backdeployment.cfg.in
libcxx/utils/ci/run-buildbot
libcxxabi/test/configs/apple-libc++abi-backdeployment.cfg.in [new file with mode: 0644]
libcxxabi/test/test_exception_address_alignment.pass.cpp