[all-commits] [llvm/llvm-project] 8c0606: [libc++abi] Add a from-scratch testing config for ...

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Feb 14 12:37:02 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8c060613721c5e7b52f43e7d1da24346b0506dde
      https://github.com/llvm/llvm-project/commit/8c060613721c5e7b52f43e7d1da24346b0506dde
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2022-02-14 (Mon, 14 Feb 2022)

  Changed paths:
    M libcxx/test/configs/apple-libc++-backdeployment.cfg.in
    M libcxx/utils/ci/run-buildbot
    A libcxxabi/test/configs/apple-libc++abi-backdeployment.cfg.in
    M libcxxabi/test/test_exception_address_alignment.pass.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list