[libcxx-commits] [PATCH] D153408: [libc++][CI] Test std module in C++26 mode.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 4 13:08:03 PDT 2023


ldionne added inline comments.


================
Comment at: libcxx/utils/ci/buildkite-pipeline.yml:211
 
+  - label: "C++23 Module std"
+    command: "libcxx/utils/ci/run-buildbot generic-module-std-cxx23"
----------------
I am kinda worried about the explosion of the number of jobs. Is there a reason why we want to keep testing the std module in C++23? For example, we don't do that for Clang modules. We only test the latest standard version with Clang modules.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153408/new/

https://reviews.llvm.org/D153408



More information about the libcxx-commits mailing list