summaryrefslogtreecommitdiff
path: root/libcxx/cmake
diff options
context:
space:
mode:
authorNikolas Klauser <nikolasklauser@berlin.de>2022-09-06 19:01:17 +0200
committerNikolas Klauser <nikolasklauser@berlin.de>2023-01-20 06:04:35 +0100
commite52ce7f554491d3bb7c997ffe7da3265a9569a59 (patch)
treebd2468277b58db39e45efcdf4daf61fb64270619 /libcxx/cmake
parentb40a3d73dc9c10a25a72e82da70d58727d198b80 (diff)
downloadllvm-e52ce7f554491d3bb7c997ffe7da3265a9569a59.tar.gz
[libc++] Remove old CI configurations and update the supported compiler versions
`_LIBCPP_REMOVE_TRANSITIVE_INCLUDES` doesn't do anything anymore in C++23 mode, so it's now just a duplicate of the C++23 configuration. Also add new steps to the post-release checklist for updating the supported compilers. Reviewed By: ldionne, #libc Spies: arichardson, libcxx-commits, arphaman Differential Revision: https://reviews.llvm.org/D133364
Diffstat (limited to 'libcxx/cmake')
-rw-r--r--libcxx/cmake/caches/Generic-no-transitive-includes.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcxx/cmake/caches/Generic-no-transitive-includes.cmake b/libcxx/cmake/caches/Generic-no-transitive-includes.cmake
deleted file mode 100644
index 31e807366e16..000000000000
--- a/libcxx/cmake/caches/Generic-no-transitive-includes.cmake
+++ /dev/null
@@ -1,2 +0,0 @@
-set(LIBCXX_TEST_PARAMS "enable_transitive_includes=False" CACHE STRING "")
-set(LIBCXXABI_TEST_PARAMS "${LIBCXX_TEST_PARAMS}" CACHE STRING "")