[libcxx-commits] [PATCH] D143483: [libc++][CI] Starts using Clang 17.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 14 10:18:23 PST 2023


Mordante updated this revision to Diff 497379.
Mordante added a comment.

Rebased and addresses review comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143483

Files:
  libcxx/utils/ci/buildkite-pipeline-clang.yml
  libcxx/utils/ci/buildkite-pipeline.yml


Index: libcxx/utils/ci/buildkite-pipeline.yml
===================================================================
--- libcxx/utils/ci/buildkite-pipeline.yml
+++ libcxx/utils/ci/buildkite-pipeline.yml
@@ -23,8 +23,8 @@
 # Theses numbers are available in all runners, making it easier to update the
 # version number.
 env:
-    LLVM_STABLE_VERSION: "15"
-    LLVM_HEAD_VERSION: "16"
+    LLVM_STABLE_VERSION: "16"
+    LLVM_HEAD_VERSION: "17"
     GCC_STABLE_VERSION: "12"
 steps:
   #
@@ -254,14 +254,14 @@
           limit: 2
     timeout_in_minutes: 120
 
-  - label: "Clang 14"
+  - label: "Clang 15"
     command: "libcxx/utils/ci/run-buildbot generic-cxx2b"
     artifact_paths:
       - "**/test-results.xml"
       - "**/*.abilist"
     env:
-        CC: "clang-14"
-        CXX: "clang++-14"
+        CC: "clang-15"
+        CXX: "clang++-15"
     agents:
       queue: "libcxx-builders"
       os: "linux"
@@ -271,14 +271,14 @@
           limit: 2
     timeout_in_minutes: 120
 
-  - label: "Clang 15"
+  - label: "Clang 16"
     command: "libcxx/utils/ci/run-buildbot generic-cxx2b"
     artifact_paths:
       - "**/test-results.xml"
       - "**/*.abilist"
     env:
-        CC: "clang-15"
-        CXX: "clang++-15"
+        CC: "clang-16"
+        CXX: "clang++-16"
     agents:
       queue: "libcxx-builders"
       os: "linux"
Index: libcxx/utils/ci/buildkite-pipeline-clang.yml
===================================================================
--- libcxx/utils/ci/buildkite-pipeline-clang.yml
+++ libcxx/utils/ci/buildkite-pipeline-clang.yml
@@ -14,7 +14,7 @@
 # in various configurations.
 #
 env:
-    LLVM_HEAD_VERSION: "16"
+    LLVM_HEAD_VERSION: "17"
 steps:
   - label: "Building clang"
     commands:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143483.497379.patch
Type: text/x-patch
Size: 1730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230214/ae3fc68a/attachment.bin>


More information about the libcxx-commits mailing list