[libcxx-commits] [PATCH] D133364: [libc++] Remove old CI configurations and update the supported compiler versions

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Sep 10 11:45:38 PDT 2022


Mordante added a comment.

Thanks for working on this!



================
Comment at: libcxx/docs/index.rst:107
 ============ =============== ========================== =====================
-Clang        13, 14                                     latest two stable releases per `LLVM's release page <https://releases.llvm.org>`_
+Clang        14, 15, 16                                 latest two stable releases per `LLVM's release page <https://releases.llvm.org>`_ and current trunk
 AppleClang   13                                         latest stable release per `Xcode's release page <https://developer.apple.com/documentation/xcode-release-notes>`_
----------------
I would prefer to only mention releases here. Having Clang 16 may lead to confusion since it's not released yet.
For AppleClang we already have some version 14 support.
I feel having support for the work-in-progress function can be left implicit.


================
Comment at: libcxx/utils/ci/buildkite-pipeline.yml:259
-          limit: 2
-    timeout_in_minutes: 120
-
----------------
This part has already landed.


================
Comment at: libcxx/utils/ci/buildkite-pipeline.yml:505
-          limit: 2
-    timeout_in_minutes: 120
-
----------------
I didn't remove this part, and I would prefer it in a separate commit; which can be this commit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133364



More information about the libcxx-commits mailing list