[libcxx-commits] [libcxx] [libc++] Add CI job testing on OpenBSD (PR #106315)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 28 01:21:12 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 < 1600
+#      warning "Libc++ only supports Clang 16 and later"
----------------
philnik777 wrote:

Same.

https://github.com/llvm/llvm-project/pull/106315


More information about the libcxx-commits mailing list