[libcxx-commits] [libcxx] [libc++][Android] Allow testing libc++ with clang-r536225 (PR #116149)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 14 03:50:43 PST 2024
================
@@ -11,6 +11,10 @@
// These compiler versions don't enable sized deallocation by default.
// UNSUPPORTED: clang-17, clang-18
+// Android clang-r536225 identifies as clang-19 but it predates the real
+// LLVM 19.0.0, so it also leaves sized deallocation off by default.
+// UNSUPPORTED: android && clang-19
----------------
philnik777 wrote:
Could we instead do `UNSUPPORTED: clang-19.0`? Also, is there a reason you can't update to a release version?
https://github.com/llvm/llvm-project/pull/116149
More information about the libcxx-commits
mailing list