[libc-commits] [PATCH] D143139: [libc] Bump minimum CMake version to 3.20.0 and remove a now uneccesary policy.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Feb 2 22:32:14 PST 2023
sivachandra added a comment.
In D143139#4099772 <https://reviews.llvm.org/D143139#4099772>, @jhuber6 wrote:
>> CMake Warning at CMakeLists.txt:5 (message):
>
> Your CMake version is 3.18.4. Starting with LLVM 17.0.0, the minimum
> version of CMake required to build LLVM will become 3.20.0, and using an
> older CMake will become an error. Please upgrade your CMake to at least
> 3.20.0 now to avoid issues in the future!
>
> Seems the buildbots need to be updated first.
For us, the buildbot builders are the indicators of health. Should we have to block on these pre-commit failures?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143139/new/
https://reviews.llvm.org/D143139
More information about the libc-commits
mailing list