[libcxx-commits] [libcxx] [libc++] Removes Clang-18 specific code. (PR #134496)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 8 10:33:06 PDT 2025
================
@@ -9,7 +9,7 @@
// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20, c++23
// These compilers don't support __builtin_is_virtual_base_of yet.
-// UNSUPPORTED: clang-18, clang-19, gcc-14, apple-clang-16, apple-clang-17
+// UNSUPPORTED: clang-19, gcc-14, apple-clang-16, apple-clang-17
----------------
mordante wrote:
I removed all Apple-Clang-15 and Apple-Clang-16 references in the next patch and addressed the XFAILs
https://github.com/llvm/llvm-project/pull/134496
More information about the libcxx-commits
mailing list