This is an archive of the discontinued LLVM Phabricator instance.

[llvm] Fix minimum Apple Clang requirement
ClosedPublic

Authored by kadircet on Oct 24 2022, 8:16 AM.

Details

Summary

This was stated as 9.3, but as pointed out in
https://discourse.llvm.org/t/rfc-bump-minimal-requirements-apple-clang-9-3-10-0-0-before-4th-tue-in-january/66156/7?u=kadircet
9.3 doesn't exist, hence this was effectively 10.0.

This patch merely reflects the reality more closely.

Diff Detail

Event Timeline

kadircet created this revision.Oct 24 2022, 8:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 24 2022, 8:16 AM
kadircet requested review of this revision.Oct 24 2022, 8:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 24 2022, 8:16 AM

ping @thieta , PLMK if I should be adding other reviewers instead

thieta accepted this revision.Oct 28 2022, 5:57 AM

LGTM - this shouldn't be a real change so let's go for it. We can always back it out later if anyone complains. Let this be a week or so in main before using things that depend on Xcode 10.

This revision is now accepted and ready to land.Oct 28 2022, 5:57 AM
This revision was landed with ongoing or failed builds.Oct 28 2022, 6:12 AM
This revision was automatically updated to reflect the committed changes.