[libcxx-commits] [PATCH] D127618: [libc++] Add GCC12 CI job

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 13 08:30:48 PDT 2022


philnik added inline comments.


================
Comment at: libcxx/utils/ci/run-buildbot:302-303
 generic-gcc-cxx11)
     export CC=gcc-11
     export CXX=g++-11
     clean
----------------
ldionne wrote:
> We should actually switch to GCC 12 instead of adding a new job. We only support the latest-released GCC per our policy. We should also update https://libcxx.llvm.org/#platform-and-compiler-support to say that we support GCC 12 only.
Wouldn't that mean that we only support clang 14 and 15? I thought the logic was "the latest compiler at the time of the last release branch".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127618



More information about the libcxx-commits mailing list