[all-commits] [llvm/llvm-project] c42007: [libc++] Use Xcode's CMake if it's present
Louis Dionne via All-commits
all-commits at lists.llvm.org
Sat May 8 04:40:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c42007e266a38374f705564225dc35c5aacba7f4
https://github.com/llvm/llvm-project/commit/c42007e266a38374f705564225dc35c5aacba7f4
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-05-08 (Sat, 08 May 2021)
Changed paths:
M libcxx/utils/ci/run-buildbot
Log Message:
-----------
[libc++] Use Xcode's CMake if it's present
This resolves issues when the CMake in use on the host is too old to
configure libc++ properly, but Xcode has a sufficiently recent version.
It is technically possible for the reverse issue to happen, where the
Xcode version would be too old and the user-installed version would be
better, however in the context of our build bots, we use AppleClang on
Apple platforms, and the CMake shipped with Xcode should work with the
AppleClang shipped alongside that Xcode.
Differential Revision: https://reviews.llvm.org/D102083
More information about the All-commits
mailing list