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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 13 08:25:16 PDT 2022


ldionne added inline comments.


================
Comment at: libcxx/utils/ci/run-buildbot:302-303
 generic-gcc-cxx11)
     export CC=gcc-11
     export CXX=g++-11
     clean
----------------
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.


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