[all-commits] [llvm/llvm-project] b999ac: [llvm] Fix minimum Apple Clang requirement
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Fri Oct 28 06:12:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b999ac1af60bce30341045a94b1d8a1638843c0a
https://github.com/llvm/llvm-project/commit/b999ac1af60bce30341045a94b1d8a1638843c0a
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2022-10-28 (Fri, 28 Oct 2022)
Changed paths:
M llvm/cmake/modules/CheckCompilerVersion.cmake
M llvm/docs/GettingStarted.rst
M llvm/docs/ReleaseNotes.rst
Log Message:
-----------
[llvm] Fix minimum Apple Clang requirement
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.
Differential Revision: https://reviews.llvm.org/D136609
More information about the All-commits
mailing list