This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Bump AppleClang compiler requirement
ClosedPublic

Authored by ldionne on Nov 24 2022, 12:19 PM.

Details

Reviewers
jloser
Group Reviewers
Restricted Project
Commits
rG396fbe264f5a: [libc++] Bump AppleClang compiler requirement
Summary

Per our policy, the latest released AppleClang has been 14 for a while,
so libc++ is removing support for AppleClang 13. Our CI bots have been
moved to AppleClang 14 a few weeks ago.

Diff Detail

Event Timeline

ldionne created this revision.Nov 24 2022, 12:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 24 2022, 12:19 PM
ldionne requested review of this revision.Nov 24 2022, 12:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 24 2022, 12:19 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne updated this revision to Diff 477835.Nov 24 2022, 12:20 PM

Missed change.

jloser accepted this revision.Nov 24 2022, 1:22 PM
ldionne accepted this revision as: Restricted Project.Nov 25 2022, 6:51 AM
This revision is now accepted and ready to land.Nov 25 2022, 6:51 AM
This revision was landed with ongoing or failed builds.Nov 25 2022, 6:51 AM
This revision was automatically updated to reflect the committed changes.
Mordante added inline comments.
libcxx/test/std/utilities/format/format.functions/format.locale.pass.cpp
14

Nice to see it was really an AppleClang bug!