This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Add a Lit configuration for running back-deployment tests
ClosedPublic

Authored by ldionne on Feb 7 2022, 2:50 PM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Commits
rG768b50df2969: [libc++] Add a Lit configuration for running back-deployment tests
Summary

This testing configuration links tests against one libc++ shared library,
but runs them against another libc++ shared library. This makes sure that
we can build applications against the libc++ provided in a recent SDK and
back-deploy them to platforms containing older libc++ dylibs.

It also switches the Apple CI script to using that new configuration
instead of the legacy one.

Diff Detail

Event Timeline

ldionne created this revision.Feb 7 2022, 2:50 PM
ldionne requested review of this revision.Feb 7 2022, 2:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2022, 2:50 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision as: Restricted Project.Feb 8 2022, 8:14 AM
This revision was not accepted when it landed; it landed in state Needs Review.Feb 8 2022, 8:14 AM
This revision was automatically updated to reflect the committed changes.