[libcxx-commits] [libcxx] [libc++][test] re-enable clear padding runtime test (PR #211258)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 28 23:28:08 PDT 2026


================
@@ -7,7 +7,20 @@
 //===----------------------------------------------------------------------===//
 // UNSUPPORTED: c++03
 // UNSUPPORTED: gcc
-// UNSUPPORTED: clang-21, clang-22, clang-23, clang-24, apple-clang-21
+
+// Older versions of Clang don't support __builtin_clear_padding
+// UNSUPPORTED: clang-19, clang-20, clang-21, clang-22, apple-clang-17, apple-clang-21
----------------
huixie90 wrote:

@philnik777  I think it was an oversight. https://github.com/llvm/llvm-project/pull/212690
could you please take a look?

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


More information about the libcxx-commits mailing list