Details
Details
- Reviewers
michaelrj jhuber6 - Commits
- rGe758215e06f4: [libc] Remove a now uneccesary CMake policy.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
+1
Any chance we could get the rest of LLVM upgraded to 3.20.0 as well? I'd like to get Ninja Multi-Config working.
Comment Actions
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.
Comment Actions
For us, the buildbot builders are the indicators of health. Should we have to block on these pre-commit failures?
Comment Actions
Remove the CMake version bump as it is being done in
https://reviews.llvm.org/D144509 in a single-shot to
the entire llvm-project.