This is an archive of the discontinued LLVM Phabricator instance.

[libc++][test] Removes old fallbacks.
ClosedPublic

Authored by Mordante on Jun 4 2023, 10:14 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG202054559cb2: [libc++][test] Removes old fallbacks.
Summary

All supported compilers support the -std=year except Clang < 17 which
doesn't support C++23. This fallback is marked for removal once we no
longer support Clang 16.

Diff Detail

Event Timeline

Mordante created this revision.Jun 4 2023, 10:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 4 2023, 10:14 AM
Herald added a subscriber: arichardson. · View Herald Transcript
Mordante requested review of this revision.Jun 4 2023, 10:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 4 2023, 10:14 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jun 20 2023, 8:56 AM
This revision is now accepted and ready to land.Jun 20 2023, 8:56 AM
This revision was automatically updated to reflect the committed changes.