[libc++] Removes Clang 13 support.
authorMark de Wever <koraq@xs4all.nl>
Wed, 7 Sep 2022 16:55:23 +0000 (18:55 +0200)
committerMark de Wever <koraq@xs4all.nl>
Thu, 8 Sep 2022 15:51:52 +0000 (17:51 +0200)
Reviewed By: #libc, ldionne, jloser

Differential Revision: https://reviews.llvm.org/D133435

libcxx/docs/index.rst
libcxx/test/libcxx/atomics/bit-int.verify.cpp
libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp
libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_copy.pass.cpp
libcxx/utils/ci/buildkite-pipeline.yml

index 4964d13..f38d77f 100644 (file)
@@ -104,7 +104,7 @@ velocity, libc++ drops support for older compilers as newer ones are released.
 ============ =============== ========================== =====================
 Compiler     Versions        Restrictions               Support policy
 ============ =============== ========================== =====================
-Clang        13, 14                                     latest two stable releases per `LLVM's release page <https://releases.llvm.org>`_
+Clang        14, 15                                     latest two stable releases per `LLVM's release page <https://releases.llvm.org>`_
 AppleClang   13                                         latest stable release per `Xcode's release page <https://developer.apple.com/documentation/xcode-release-notes>`_
 Open XL      17.1 (AIX)                                 latest stable release per `Open XL's documentation page <https://www.ibm.com/docs/en/openxl-c-and-cpp-aix>`_
 GCC          12              In C++11 or later only     latest stable release per `GCC's release page <https://gcc.gnu.org/releases.html>`_
index 549fd05..63bed5e 100644 (file)
@@ -13,7 +13,6 @@
 // See https://reviews.llvm.org/D84049 for details.
 
 // UNSUPPORTED: apple-clang-13, apple-clang-14
-// UNSUPPORTED: clang-13
 
 // UNSUPPORTED: c++03
 
index 3406634..4d32f2e 100644 (file)
@@ -13,7 +13,7 @@
 // UNSUPPORTED: gcc
 
 // Clang does not support the -fexperimental-library flag before LLVM 15.0
-// UNSUPPORTED: clang-13, clang-14
+// UNSUPPORTED: clang-14
 
 // AppleClang does not support the -fexperimental-library flag yet
 // UNSUPPORTED: apple-clang-13, apple-clang-14.0
index 58ea54d..511fe24 100644 (file)
@@ -12,7 +12,7 @@
 // UNSUPPORTED: c++03
 
 // TODO: Investigate this failure, which happens only with the Bootstrapping build.
-// UNSUPPORTED: clang-13, clang-14, clang-15, clang-16
+// UNSUPPORTED: clang-14, clang-15, clang-16
 
 // TODO: Investigate this failure on GCC 12 (in Ubuntu Jammy)
 // UNSUPPORTED: gcc-12
index 0b7c0a9..db03f24 100644 (file)
@@ -7,7 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 // Triggers a Clang assertion: llvm.org/PR45879
-// UNSUPPORTED: clang-13, clang-14, clang-15
+// UNSUPPORTED: clang-14, clang-15
 
 // <tuple>
 
index 6195172..11f6ce9 100644 (file)
@@ -241,23 +241,6 @@ steps:
           limit: 2
     timeout_in_minutes: 120
 
-  - label: "Clang 13"
-    command: "libcxx/utils/ci/run-buildbot generic-cxx2b"
-    artifact_paths:
-      - "**/test-results.xml"
-      - "**/*.abilist"
-    env:
-        CC: "clang-13"
-        CXX: "clang++-13"
-    agents:
-      queue: "libcxx-builders"
-      os: "linux"
-    retry:
-      automatic:
-        - exit_status: -1  # Agent was lost
-          limit: 2
-    timeout_in_minutes: 120
-
   - label: "Clang 14"
     command: "libcxx/utils/ci/run-buildbot generic-cxx2b"
     artifact_paths: