[libcxx-commits] [libcxx] Testing Android Runner for Clang-21 (PR #192181)

Sharjeel Khan via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 14 21:53:35 PDT 2026


https://github.com/Sharjeel-Khan created https://github.com/llvm/llvm-project/pull/192181

None

>From 5096fa19b16b3778897f129191445f43745802ca Mon Sep 17 00:00:00 2001
From: Sharjeel Khan <sharjeelkhan at google.com>
Date: Wed, 15 Apr 2026 04:52:23 +0000
Subject: [PATCH] Temp

---
 libcxx/include/__configuration/compiler.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libcxx/include/__configuration/compiler.h b/libcxx/include/__configuration/compiler.h
index 7cd81e03b05ba..6ee7400cd1755 100644
--- a/libcxx/include/__configuration/compiler.h
+++ b/libcxx/include/__configuration/compiler.h
@@ -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 < 2001
-#      warning "Libc++ only supports Clang 20 and later"
+#    if _LIBCPP_CLANG_VER < 2101
+#      warning "Libc++ only supports Clang 21 and later"
 #    endif
 #  elif defined(_LIBCPP_APPLE_CLANG_VER)
 #    if _LIBCPP_APPLE_CLANG_VER < 1700



More information about the libcxx-commits mailing list