[libcxx-commits] [PATCH] D143483: [libc++][CI] Starts using Clang 17.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 14 10:19:37 PST 2023
Mordante accepted this revision.
Mordante marked 2 inline comments as done.
Mordante added a comment.
Thanks for the reviews!
================
Comment at: libcxx/utils/ci/buildkite-pipeline.yml:292
+ - label: "Clang 16"
+ command: "libcxx/utils/ci/run-buildbot generic-cxx2b"
----------------
ldionne wrote:
> 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.
I don't feel to strongly about the "current" process. So I've removed it.
(Especially since I want to give the patch a spin before landing it.)
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