[libcxx] [llvm] [libc++] Kickstart C++29 support (PR #215820)

Hristo Hristov via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 22 22:56:19 PDT 2026


================
@@ -91,7 +91,8 @@ jobs:
           'generic-cxx14',
           'generic-cxx17',
           'generic-cxx20',
-          'generic-cxx23'
+          'generic-cxx23',
+          'generic-cxx26',
         ]
         cc: [ 'clang-23' ]
         cxx: [ 'clang++-23' ]
----------------
Zingam wrote:

The matrix will need to be updated once we switch to LLVM24

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


More information about the llvm-commits mailing list