[libcxx-commits] [PATCH] D158214: [libc++] Warn if an unsupported compiler is used
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 18 09:18:30 PDT 2023
Mordante added subscribers: emaste, Mordante.
Mordante added a comment.
Note the patch is a bit premature. Until LLVM-17 is released we still support LLVM-15.
@emaste Once LLVM 17 is released libc++ will drop support for Clang 15. Can you update the FreeBSD CI to Clang 16 or Clang 17. If you prefer to do the update after the LLVM 17 release can you let us know?
================
Comment at: libcxx/include/__config:39
+// Warn if a compiler version is used that is not supported anymore
+# if defined(_LIBCPP_CLANG_VER)
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158214/new/
https://reviews.llvm.org/D158214
More information about the libcxx-commits
mailing list