This is an archive of the discontinued LLVM Phabricator instance.

[libc++][test] Remove support old compiler support.
ClosedPublic

Authored by Mordante on Jun 12 2022, 2:36 AM.

Details

Reviewers
philnik
Group Reviewers
Restricted Project
Commits
rG883dd770d772: [libc++][test] Remove support old compiler support.
Summary

The compilers clang-11, clang-12, and apple-clang-12 are no longer
supported, so remove their annotations in the tests.

Diff Detail

Event Timeline

Mordante created this revision.Jun 12 2022, 2:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 12 2022, 2:36 AM
Mordante requested review of this revision.Jun 12 2022, 2:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 12 2022, 2:36 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik accepted this revision.Jun 12 2022, 2:43 AM
philnik added a subscriber: philnik.

Assuming you've grepped for them and there aren't any more this LGTM with CI passing.

This revision is now accepted and ready to land.Jun 12 2022, 2:43 AM

Assuming you've grepped for them and there aren't any more this LGTM with CI passing.

Correct, thanks for the review!

This revision was landed with ongoing or failed builds.Jun 13 2022, 8:54 AM
This revision was automatically updated to reflect the committed changes.