This is an archive of the discontinued LLVM Phabricator instance.

[libc++abi] Add a from-scratch testing config for Apple backdeployment
ClosedPublic

Authored by ldionne on Feb 10 2022, 11:56 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Restricted Project
Commits
rG8c060613721c: [libc++abi] Add a from-scratch testing config for Apple backdeployment
Summary

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.

Diff Detail

Event Timeline

ldionne created this revision.Feb 10 2022, 11:56 AM
ldionne requested review of this revision.Feb 10 2022, 11:56 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 10 2022, 11:56 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne updated this revision to Diff 408471.Feb 14 2022, 9:53 AM

Try to fix CI. Note that the buildkite pipeline edit is only to avoid wasting CI resources

ldionne updated this revision to Diff 408568.Feb 14 2022, 12:36 PM
ldionne edited the summary of this revision. (Show Details)

Update with final version of the patch.

ldionne accepted this revision.Feb 14 2022, 12:36 PM

I'll ship this right away since it already passed all the relevant CI.

This revision is now accepted and ready to land.Feb 14 2022, 12:36 PM
This revision was landed with ongoing or failed builds.Feb 14 2022, 12:37 PM
This revision was automatically updated to reflect the committed changes.