[libcxx-commits] [libcxx] [llvm] [libc++][CI] Upgrade compiler HEAD version to Clang-20 (PR #108761)
Robin Caloudis via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 18 14:25:23 PDT 2024
================
@@ -33,8 +33,8 @@
// Warn if a compiler version is used that is not supported anymore
// LLVM RELEASE Update the minimum compiler versions
# if defined(_LIBCPP_CLANG_VER)
-# if _LIBCPP_CLANG_VER < 1700
-# warning "Libc++ only supports Clang 17 and later"
+# if _LIBCPP_CLANG_VER < 1800
+# warning "Libc++ only supports Clang 18 and later"
----------------
robincaloudis wrote:
Great hint! Thanks. I did not yet finalized this PR (hence the draft) as we're still working on updating the CI images. This is not yet finished. As long as the images for the CI builders are not updated, this PR will not work. I keep you updated.
https://github.com/llvm/llvm-project/pull/108761
More information about the libcxx-commits
mailing list