[all-commits] [llvm/llvm-project] 25cbf7: [libc++] Use apple-install-libcxx.sh in the Apple/...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Oct 15 03:09:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 25cbf721620180a97505716d09eea557624d422a
https://github.com/llvm/llvm-project/commit/25cbf721620180a97505716d09eea557624d422a
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M libcxx/utils/ci/buildkite-pipeline.yml
M libcxx/utils/ci/run-buildbot
Log Message:
-----------
[libc++] Use apple-install-libcxx.sh in the Apple/system CI job
That script is what we (need to) use to build libc++ for the system
configuration, so that's what we should test against. At some point
we may be able to fold all of that logic into the CMake build, and
when that happens the CI can go back to running CMake directly.
As a fly-by fix, stop mentioning x86_64 in the names of the Apple
jobs since they are not truly tied to any architecture.
Differential Revision: https://reviews.llvm.org/D111865
More information about the All-commits
mailing list