[libcxx-commits] [PATCH] D118831: [libc++] Bump minimum compiler requirements
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 2 12:33:23 PST 2022
ldionne added inline comments.
================
Comment at: libcxx/utils/ci/buildkite-pipeline.yml:177
- - label: "Clang 12"
- command: "libcxx/utils/ci/run-buildbot generic-clang-12"
----------------
Mordante wrote:
> Should we keep a Clang 12 job for a while to validate backporting patches to the release branch or should the release branch do the validation?
The plan was for the release branch to do the validation. Right now, it seems like release branch testing doesn't work correctly, though, but I pinged Mikhail about it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118831/new/
https://reviews.llvm.org/D118831
More information about the libcxx-commits
mailing list