Skip to content

Commit

Permalink
[libc++] Removes Clang 13 support.
Browse files Browse the repository at this point in the history
Reviewed By: #libc, ldionne, jloser

Differential Revision: https://reviews.llvm.org/D133435
  • Loading branch information
mordante committed Sep 8, 2022
1 parent 47bf3e3 commit 3695cf2
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 22 deletions.
2 changes: 1 addition & 1 deletion libcxx/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`_
Expand Down
1 change: 0 additions & 1 deletion libcxx/test/libcxx/atomics/bit-int.verify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//

// Triggers a Clang assertion: llvm.org/PR45879
// UNSUPPORTED: clang-13, clang-14, clang-15
// UNSUPPORTED: clang-14, clang-15

// <tuple>

Expand Down
17 changes: 0 additions & 17 deletions libcxx/utils/ci/buildkite-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3695cf2

Please sign in to comment.