[libcxx-commits] [PATCH] D143483: [libc++][CI] Starts using Clang 17.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 14 09:03:21 PST 2023
ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libcxx/utils/ci/buildkite-pipeline.yml:292
+ - label: "Clang 16"
+ command: "libcxx/utils/ci/run-buildbot generic-cxx2b"
----------------
Mordante wrote:
> philnik wrote:
> > Why don't you remove the Clang 14 run?
> We typically do that after the release branch is released. Then we also can cleanup the clang 14 work-arounds if needed.
FWIW I would be OK with removing the 14 run in this patch, but no strong preference.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143483/new/
https://reviews.llvm.org/D143483
More information about the libcxx-commits
mailing list