[all-commits] [llvm/llvm-project] 62e3f2: [libc++] Use generic-cxx20 instead of apple-cxx20 ...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Mar 1 12:26:55 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62e3f298de80f818880d327b030655eb37799953
https://github.com/llvm/llvm-project/commit/62e3f298de80f818880d327b030655eb37799953
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-03-01 (Wed, 01 Mar 2023)
Changed paths:
M libcxx/utils/ci/buildkite-pipeline.yml
M libcxx/utils/ci/run-buildbot
Log Message:
-----------
[libc++] Use generic-cxx20 instead of apple-cxx20 on Apple CI
apple-cxx20 is equivalent to generic-cxx20, so we don't need it anymore.
It had been introduced when clang-tidy was enabled explicitly from
run-buildbot, but that's not needed anymore since clang-tidy is
enabled from the buildkite pipeline definition.
More information about the All-commits
mailing list