[libcxx-commits] [PATCH] D156922: [libc++][CI] Upgrades to LLVM 18 as HEAD version.
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 9 10:43:49 PDT 2023
philnik added inline comments.
================
Comment at: libcxx/utils/ci/buildkite-pipeline.yml:302
- label: "Clang 15"
command: "libcxx/utils/ci/run-buildbot generic-cxx23"
----------------
Is there a reason we keep 15 around? Also, could we make these changes automatic like we do for GCC?
================
Comment at: libcxx/utils/ci/buildkite-pipeline.yml:339
+ - label: "Clang 17"
+ command: "libcxx/utils/ci/run-buildbot generic-cxx23"
+ artifact_paths:
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156922/new/
https://reviews.llvm.org/D156922
More information about the libcxx-commits
mailing list