[libcxx-commits] [libcxx] a41d597 - [libc++][test][NFC] remove old UNSUPPORTED clang from clear_padding.pass.cpp (#212690)

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 29 04:54:52 PDT 2026


Author: Hui
Date: 2026-07-29T13:54:48+02:00
New Revision: a41d59740625948c6b334abbf921d0888b6f0377

URL: https://github.com/llvm/llvm-project/commit/a41d59740625948c6b334abbf921d0888b6f0377
DIFF: https://github.com/llvm/llvm-project/commit/a41d59740625948c6b334abbf921d0888b6f0377.diff

LOG: [libc++][test][NFC] remove old UNSUPPORTED clang from clear_padding.pass.cpp (#212690)

Follow up PR for comment
https://github.com/llvm/llvm-project/pull/211258/changes#r3663614103

I think I must have made an oversight while resolving a merge conflict

Added: 
    

Modified: 
    libcxx/test/libcxx/atomics/clear_padding.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/atomics/clear_padding.pass.cpp b/libcxx/test/libcxx/atomics/clear_padding.pass.cpp
index f41fb5eec9648..69d4a7f9b694a 100644
--- a/libcxx/test/libcxx/atomics/clear_padding.pass.cpp
+++ b/libcxx/test/libcxx/atomics/clear_padding.pass.cpp
@@ -9,7 +9,7 @@
 // UNSUPPORTED: gcc
 
 // 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
+// UNSUPPORTED: clang-21, clang-22, apple-clang-21
 
 // Older Clang doesn't handle __builtin_clear_padding correctly on Windows
 // (see https://github.com/llvm/llvm-project/issues/209787)


        


More information about the libcxx-commits mailing list