[clang] [WebKit checkers] Disallow operator delete in a trivial context. (PR #185122)

via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 6 14:47:40 PST 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 53451 tests passed
* 801 tests skipped

All executed tests passed, but another part of the build **failed**. Click on a failure below to see the details.

<details>
<summary>libcxx/src/CMakeFiles/cxx_shared.dir/vector.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_shared.dir/vector.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -fPIC -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_shared.dir/vector.cpp.o -MF libcxx/src/CMakeFiles/cxx_shared.dir/vector.cpp.o.d -o libcxx/src/CMakeFiles/cxx_shared.dir/vector.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/vector.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/vector.cpp:9:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/vector:314:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
1 error generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_shared.dir/random.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_shared.dir/random.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -fPIC -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_shared.dir/random.cpp.o -MF libcxx/src/CMakeFiles/cxx_shared.dir/random.cpp.o.d -o libcxx/src/CMakeFiles/cxx_shared.dir/random.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/random.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/random.cpp:18:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/random:1690:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__random/discrete_distribution.h:16:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
1 error generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/path.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/path.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -fPIC -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/path.cpp.o -MF libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/path.cpp.o.d -o libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/path.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/path.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/path.cpp:11:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/vector:314:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
1 error generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_shared.dir/random_shuffle.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_shared.dir/random_shuffle.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -fPIC -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_shared.dir/random_shuffle.cpp.o -MF libcxx/src/CMakeFiles/cxx_shared.dir/random_shuffle.cpp.o.d -o libcxx/src/CMakeFiles/cxx_shared.dir/random_shuffle.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/random_shuffle.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/random_shuffle.cpp:10:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/random:1690:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__random/discrete_distribution.h:16:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
1 error generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_static.dir/vector.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_static.dir/vector.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_static.dir/vector.cpp.o -MF libcxx/src/CMakeFiles/cxx_static.dir/vector.cpp.o.d -o libcxx/src/CMakeFiles/cxx_static.dir/vector.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/vector.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/vector.cpp:9:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/vector:314:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
1 error generated.
```
</details>
<details>
<summary>libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/cxa_demangle.cpp.o</summary>

```
FAILED: libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/cxa_demangle.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DHAVE___CXA_THREAD_ATEXIT_IMPL -DLIBCXX_BUILDING_LIBCXXABI -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCXXABI_BUILDING_LIBRARY -D_LIBCXXABI_LINK_PTHREAD_LIB -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libunwind/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/../libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp  -O3 -DNDEBUG -std=c++23 -fPIC -nostdinc++ -fstrict-aliasing -funwind-tables -D_DEBUG -UNDEBUG -UNDEBUG -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fsized-deallocation -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/cxa_demangle.cpp.o -MF libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/cxa_demangle.cpp.o.d -o libcxxabi/src/CMakeFiles/cxxabi_shared_objects.dir/cxa_demangle.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/src/cxa_demangle.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/src/cxa_demangle.cpp:24:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/functional:605:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
1 error generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_shared.dir/thread.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_shared.dir/thread.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -fPIC -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_shared.dir/thread.cpp.o -MF libcxx/src/CMakeFiles/cxx_shared.dir/thread.cpp.o.d -o libcxx/src/CMakeFiles/cxx_shared.dir/thread.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/thread.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/thread.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/vector:314:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
1 error generated.
```
</details>
<details>
<summary>libcxxabi/src/CMakeFiles/cxxabi_static_objects.dir/cxa_demangle.cpp.o</summary>

```
FAILED: libcxxabi/src/CMakeFiles/cxxabi_static_objects.dir/cxa_demangle.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DHAVE___CXA_THREAD_ATEXIT_IMPL -DLIBCXX_BUILDING_LIBCXXABI -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCXXABI_BUILDING_LIBRARY -D_LIBCXXABI_LINK_PTHREAD_LIB -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libunwind/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/../libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp  -O3 -DNDEBUG -std=c++23 -nostdinc++ -fstrict-aliasing -funwind-tables -D_DEBUG -UNDEBUG -UNDEBUG -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fsized-deallocation -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxxabi/src/CMakeFiles/cxxabi_static_objects.dir/cxa_demangle.cpp.o -MF libcxxabi/src/CMakeFiles/cxxabi_static_objects.dir/cxa_demangle.cpp.o.d -o libcxxabi/src/CMakeFiles/cxxabi_static_objects.dir/cxa_demangle.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/src/cxa_demangle.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/src/cxa_demangle.cpp:24:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/functional:605:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
1 error generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_static.dir/filesystem/path.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_static.dir/filesystem/path.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_static.dir/filesystem/path.cpp.o -MF libcxx/src/CMakeFiles/cxx_static.dir/filesystem/path.cpp.o.d -o libcxx/src/CMakeFiles/cxx_static.dir/filesystem/path.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/path.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/path.cpp:11:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/vector:314:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
1 error generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_static.dir/random.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_static.dir/random.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_static.dir/random.cpp.o -MF libcxx/src/CMakeFiles/cxx_static.dir/random.cpp.o.d -o libcxx/src/CMakeFiles/cxx_static.dir/random.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/random.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/random.cpp:18:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/random:1690:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__random/discrete_distribution.h:16:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
1 error generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_shared.dir/chrono.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_shared.dir/chrono.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -fPIC -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_shared.dir/chrono.cpp.o -MF libcxx/src/CMakeFiles/cxx_shared.dir/chrono.cpp.o.d -o libcxx/src/CMakeFiles/cxx_shared.dir/chrono.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/chrono.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/chrono.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/chrono:1120:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/formatter.h:20:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/convert_to_tm.h:18:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/gps_clock.h:20:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/utc_clock.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/tzdb.h:25:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
1 error generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_shared.dir/regex.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_shared.dir/regex.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -fPIC -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_shared.dir/regex.cpp.o -MF libcxx/src/CMakeFiles/cxx_shared.dir/regex.cpp.o.d -o libcxx/src/CMakeFiles/cxx_shared.dir/regex.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/regex.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/regex.cpp:11:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/regex:831:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/vector:314:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/regex.cpp:11:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/regex:5580:63: error: expected ']'
5580 |       __result_ = std::addressof((*__position_)[__subs_[__n_]]);
|                                                               ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/regex:5580:48: note: to match this '['
5580 |       __result_ = std::addressof((*__position_)[__subs_[__n_]]);
|                                                ^
2 errors generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_static.dir/random_shuffle.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_static.dir/random_shuffle.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_static.dir/random_shuffle.cpp.o -MF libcxx/src/CMakeFiles/cxx_static.dir/random_shuffle.cpp.o.d -o libcxx/src/CMakeFiles/cxx_static.dir/random_shuffle.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/random_shuffle.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/random_shuffle.cpp:10:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/random:1690:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__random/discrete_distribution.h:16:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
1 error generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_static.dir/chrono.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_static.dir/chrono.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_static.dir/chrono.cpp.o -MF libcxx/src/CMakeFiles/cxx_static.dir/chrono.cpp.o.d -o libcxx/src/CMakeFiles/cxx_static.dir/chrono.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/chrono.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/chrono.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/chrono:1120:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/formatter.h:20:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/convert_to_tm.h:18:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/gps_clock.h:20:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/utc_clock.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/tzdb.h:25:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
1 error generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_shared.dir/locale.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_shared.dir/locale.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -fPIC -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_shared.dir/locale.cpp.o -MF libcxx/src/CMakeFiles/cxx_shared.dir/locale.cpp.o.d -o libcxx/src/CMakeFiles/cxx_shared.dir/locale.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/locale.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/locale.cpp:23:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/vector:314:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/locale.cpp:486:5: error: cannot initialize object parameter of type 'std::__shared_count' with an expression of type 'std::locale::__imp'
486 |     __add_shared();
|     ^~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/locale.cpp:491:5: error: cannot initialize object parameter of type 'std::__shared_count' with an expression of type 'std::locale::__imp'
491 |     __release_shared();
|     ^~~~~~~~~~~~~~~~
3 errors generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/filesystem_clock.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/filesystem_clock.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -fPIC -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/filesystem_clock.cpp.o -MF libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/filesystem_clock.cpp.o.d -o libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/filesystem_clock.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/filesystem_clock.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/filesystem_clock.cpp:12:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/chrono:1120:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/formatter.h:20:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/convert_to_tm.h:18:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/gps_clock.h:20:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/utc_clock.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/tzdb.h:25:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
1 error generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_static.dir/filesystem/filesystem_clock.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_static.dir/filesystem/filesystem_clock.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_static.dir/filesystem/filesystem_clock.cpp.o -MF libcxx/src/CMakeFiles/cxx_static.dir/filesystem/filesystem_clock.cpp.o.d -o libcxx/src/CMakeFiles/cxx_static.dir/filesystem/filesystem_clock.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/filesystem_clock.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/filesystem_clock.cpp:12:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/chrono:1120:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/formatter.h:20:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/convert_to_tm.h:18:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/gps_clock.h:20:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/utc_clock.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/tzdb.h:25:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
1 error generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_static.dir/thread.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_static.dir/thread.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_static.dir/thread.cpp.o -MF libcxx/src/CMakeFiles/cxx_static.dir/thread.cpp.o.d -o libcxx/src/CMakeFiles/cxx_static.dir/thread.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/thread.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/thread.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/vector:314:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
1 error generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/operations.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/operations.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -fPIC -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/operations.cpp.o -MF libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/operations.cpp.o.d -o libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/operations.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/operations.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/operations.cpp:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/vector:314:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
1 error generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/directory_entry.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/directory_entry.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -fPIC -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/directory_entry.cpp.o -MF libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/directory_entry.cpp.o.d -o libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/directory_entry.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/directory_entry.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/directory_entry.cpp:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/file_descriptor.h:20:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/posix_compat.h:32:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/time_utils.h:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/chrono:1120:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/formatter.h:20:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/convert_to_tm.h:18:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/gps_clock.h:20:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/utc_clock.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/tzdb.h:25:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
1 error generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_static.dir/regex.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_static.dir/regex.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_static.dir/regex.cpp.o -MF libcxx/src/CMakeFiles/cxx_static.dir/regex.cpp.o.d -o libcxx/src/CMakeFiles/cxx_static.dir/regex.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/regex.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/regex.cpp:11:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/regex:831:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/vector:314:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/regex.cpp:11:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/regex:5580:63: error: expected ']'
5580 |       __result_ = std::addressof((*__position_)[__subs_[__n_]]);
|                                                               ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/regex:5580:48: note: to match this '['
5580 |       __result_ = std::addressof((*__position_)[__subs_[__n_]]);
|                                                ^
2 errors generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/directory_iterator.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/directory_iterator.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -fPIC -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/directory_iterator.cpp.o -MF libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/directory_iterator.cpp.o.d -o libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/directory_iterator.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/directory_iterator.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/directory_iterator.cpp:18:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/file_descriptor.h:20:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/posix_compat.h:32:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/time_utils.h:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/chrono:1120:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/formatter.h:20:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/convert_to_tm.h:18:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/gps_clock.h:20:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/utc_clock.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/tzdb.h:25:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
1 error generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_static.dir/locale.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_static.dir/locale.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_static.dir/locale.cpp.o -MF libcxx/src/CMakeFiles/cxx_static.dir/locale.cpp.o.d -o libcxx/src/CMakeFiles/cxx_static.dir/locale.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/locale.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/locale.cpp:23:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/vector:314:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/locale.cpp:486:5: error: cannot initialize object parameter of type 'std::__shared_count' with an expression of type 'std::locale::__imp'
486 |     __add_shared();
|     ^~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/locale.cpp:491:5: error: cannot initialize object parameter of type 'std::__shared_count' with an expression of type 'std::locale::__imp'
491 |     __release_shared();
|     ^~~~~~~~~~~~~~~~
3 errors generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_static.dir/filesystem/directory_entry.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_static.dir/filesystem/directory_entry.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_static.dir/filesystem/directory_entry.cpp.o -MF libcxx/src/CMakeFiles/cxx_static.dir/filesystem/directory_entry.cpp.o.d -o libcxx/src/CMakeFiles/cxx_static.dir/filesystem/directory_entry.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/directory_entry.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/directory_entry.cpp:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/file_descriptor.h:20:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/posix_compat.h:32:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/time_utils.h:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/chrono:1120:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/formatter.h:20:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/convert_to_tm.h:18:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/gps_clock.h:20:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/utc_clock.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/tzdb.h:25:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
1 error generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_static.dir/filesystem/directory_iterator.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_static.dir/filesystem/directory_iterator.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_static.dir/filesystem/directory_iterator.cpp.o -MF libcxx/src/CMakeFiles/cxx_static.dir/filesystem/directory_iterator.cpp.o.d -o libcxx/src/CMakeFiles/cxx_static.dir/filesystem/directory_iterator.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/directory_iterator.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/directory_iterator.cpp:18:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/file_descriptor.h:20:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/posix_compat.h:32:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/time_utils.h:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/chrono:1120:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/formatter.h:20:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/convert_to_tm.h:18:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/gps_clock.h:20:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/utc_clock.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__chrono/tzdb.h:25:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
1 error generated.
```
</details>
<details>
<summary>libcxx/src/CMakeFiles/cxx_static.dir/filesystem/operations.cpp.o</summary>

```
FAILED: libcxx/src/CMakeFiles/cxx_static.dir/filesystem/operations.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBCXX_BUILDING_LIBCXXABI -DLIBC_NAMESPACE=__llvm_libc_common_utils -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION=2 -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_LINK_PTHREAD_LIB -D_LIBCPP_LINK_RT_LIB -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxxabi/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/cmake/Modules/../../libc -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++23 -UNDEBUG -faligned-allocation -nostdinc++ -fvisibility-inlines-hidden -fvisibility=hidden -fsized-deallocation -Wall -Wextra -Wnewline-eof -Wshadow -Wwrite-strings -Wno-unused-parameter -Wno-long-long -Werror=return-type -Wextra-semi -Wundef -Wunused-template -Wformat-nonliteral -Wzero-length-array -Wdeprecated-redundant-constexpr-static-def -Wno-nullability-completeness -Wmissing-prototypes -Wno-user-defined-literals -Wno-covered-switch-default -Wno-suggest-override -Wno-error -fdebug-prefix-map=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1=/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/include -MD -MT libcxx/src/CMakeFiles/cxx_static.dir/filesystem/operations.cpp.o -MF libcxx/src/CMakeFiles/cxx_static.dir/filesystem/operations.cpp.o.d -o libcxx/src/CMakeFiles/cxx_static.dir/filesystem/operations.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/operations.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/src/filesystem/operations.cpp:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/vector:314:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__vector/vector.h:824:18: error: too few template arguments for class template '__split_buffer'
824 |   __swap_layouts(__split_buffer<_Tp, allocator_type>& __sb) {
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1/__split_buffer:450:7: note: template is declared here
449 | template <class _Tp, class _Allocator, template <class, class, class> class _Layout>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450 | class __split_buffer : _Layout<__split_buffer<_Tp, _Allocator, _Layout>, _Tp, _Allocator> {
|       ^
1 error generated.
```
</details>

If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.

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


More information about the cfe-commits mailing list