[libc-commits] [libc] [libc] Support %lc in printf (PR #169301)
via libc-commits
libc-commits at lists.llvm.org
Mon Nov 24 01:32:48 PST 2025
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
The build failed before running any tests. Click on a failure below to see the details.
<details>
<summary>libc/src/stdio/CMakeFiles/libc.src.stdio.snprintf.dir/snprintf.cpp.o</summary>
```
FAILED: libc/src/stdio/CMakeFiles/libc.src.stdio.snprintf.dir/snprintf.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -DLIBC_COPT_PUBLIC_PACKAGING -UNDEBUG -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdio/CMakeFiles/libc.src.stdio.snprintf.dir/snprintf.cpp.o -MF libc/src/stdio/CMakeFiles/libc.src.stdio.snprintf.dir/snprintf.cpp.o.d -o libc/src/stdio/CMakeFiles/libc.src.stdio.snprintf.dir/snprintf.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/snprintf.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/snprintf.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/printf_main.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdio/CMakeFiles/libc.src.stdio.vsprintf.__internal__.dir/vsprintf.cpp.o</summary>
```
FAILED: libc/src/stdio/CMakeFiles/libc.src.stdio.vsprintf.__internal__.dir/vsprintf.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -UNDEBUG -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdio/CMakeFiles/libc.src.stdio.vsprintf.__internal__.dir/vsprintf.cpp.o -MF libc/src/stdio/CMakeFiles/libc.src.stdio.vsprintf.__internal__.dir/vsprintf.cpp.o.d -o libc/src/stdio/CMakeFiles/libc.src.stdio.vsprintf.__internal__.dir/vsprintf.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/vsprintf.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/vsprintf.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/printf_main.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdio/CMakeFiles/libc.src.stdio.sprintf.dir/sprintf.cpp.o</summary>
```
FAILED: libc/src/stdio/CMakeFiles/libc.src.stdio.sprintf.dir/sprintf.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -DLIBC_COPT_PUBLIC_PACKAGING -UNDEBUG -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdio/CMakeFiles/libc.src.stdio.sprintf.dir/sprintf.cpp.o -MF libc/src/stdio/CMakeFiles/libc.src.stdio.sprintf.dir/sprintf.cpp.o.d -o libc/src/stdio/CMakeFiles/libc.src.stdio.sprintf.dir/sprintf.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/sprintf.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/sprintf.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/printf_main.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfromf.__internal__.dir/strfromf.cpp.o</summary>
```
FAILED: libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfromf.__internal__.dir/strfromf.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -UNDEBUG -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfromf.__internal__.dir/strfromf.cpp.o -MF libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfromf.__internal__.dir/strfromf.cpp.o.d -o libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfromf.__internal__.dir/strfromf.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdlib/strfromf.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdlib/strfromf.cpp:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdlib/str_from_util.h:23:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdio/CMakeFiles/libc.src.stdio.vasprintf.dir/vasprintf.cpp.o</summary>
```
FAILED: libc/src/stdio/CMakeFiles/libc.src.stdio.vasprintf.dir/vasprintf.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -DLIBC_COPT_PUBLIC_PACKAGING -UNDEBUG -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdio/CMakeFiles/libc.src.stdio.vasprintf.dir/vasprintf.cpp.o -MF libc/src/stdio/CMakeFiles/libc.src.stdio.vasprintf.dir/vasprintf.cpp.o.d -o libc/src/stdio/CMakeFiles/libc.src.stdio.vasprintf.dir/vasprintf.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/vasprintf.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/vasprintf.cpp:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/vasprintf_internal.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/printf_main.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfromd.dir/strfromd.cpp.o</summary>
```
FAILED: libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfromd.dir/strfromd.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -DLIBC_COPT_PUBLIC_PACKAGING -UNDEBUG -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfromd.dir/strfromd.cpp.o -MF libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfromd.dir/strfromd.cpp.o.d -o libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfromd.dir/strfromd.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdlib/strfromd.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdlib/strfromd.cpp:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdlib/str_from_util.h:23:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdio/CMakeFiles/libc.src.stdio.vsprintf.dir/vsprintf.cpp.o</summary>
```
FAILED: libc/src/stdio/CMakeFiles/libc.src.stdio.vsprintf.dir/vsprintf.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -DLIBC_COPT_PUBLIC_PACKAGING -UNDEBUG -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdio/CMakeFiles/libc.src.stdio.vsprintf.dir/vsprintf.cpp.o -MF libc/src/stdio/CMakeFiles/libc.src.stdio.vsprintf.dir/vsprintf.cpp.o.d -o libc/src/stdio/CMakeFiles/libc.src.stdio.vsprintf.dir/vsprintf.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/vsprintf.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/vsprintf.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/printf_main.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdio/CMakeFiles/libc.src.stdio.sprintf.__internal__.dir/sprintf.cpp.o</summary>
```
FAILED: libc/src/stdio/CMakeFiles/libc.src.stdio.sprintf.__internal__.dir/sprintf.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -UNDEBUG -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdio/CMakeFiles/libc.src.stdio.sprintf.__internal__.dir/sprintf.cpp.o -MF libc/src/stdio/CMakeFiles/libc.src.stdio.sprintf.__internal__.dir/sprintf.cpp.o.d -o libc/src/stdio/CMakeFiles/libc.src.stdio.sprintf.__internal__.dir/sprintf.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/sprintf.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/sprintf.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/printf_main.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdio/CMakeFiles/libc.src.stdio.asprintf.__internal__.dir/asprintf.cpp.o</summary>
```
FAILED: libc/src/stdio/CMakeFiles/libc.src.stdio.asprintf.__internal__.dir/asprintf.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -UNDEBUG -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdio/CMakeFiles/libc.src.stdio.asprintf.__internal__.dir/asprintf.cpp.o -MF libc/src/stdio/CMakeFiles/libc.src.stdio.asprintf.__internal__.dir/asprintf.cpp.o.d -o libc/src/stdio/CMakeFiles/libc.src.stdio.asprintf.__internal__.dir/asprintf.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/asprintf.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/asprintf.cpp:16:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/vasprintf_internal.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/printf_main.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.printf.dir/printf.cpp.o</summary>
```
FAILED: libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.printf.dir/printf.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -DLIBC_COPT_PUBLIC_PACKAGING -UNDEBUG -DLIBC_COPT_STDIO_USE_SYSTEM_FILE -DLIBC_COPT_RAW_MUTEX_DEFAULT_SPIN_COUNT=100 -DLIBC_COPT_TIMEOUT_ENSURE_MONOTONICITY=1 -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.printf.dir/printf.cpp.o -MF libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.printf.dir/printf.cpp.o.d -o libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.printf.dir/printf.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/generic/printf.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/generic/printf.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/vfprintf_internal.h:18:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/printf_main.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdio/CMakeFiles/libc.src.stdio.snprintf.__internal__.dir/snprintf.cpp.o</summary>
```
FAILED: libc/src/stdio/CMakeFiles/libc.src.stdio.snprintf.__internal__.dir/snprintf.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -UNDEBUG -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdio/CMakeFiles/libc.src.stdio.snprintf.__internal__.dir/snprintf.cpp.o -MF libc/src/stdio/CMakeFiles/libc.src.stdio.snprintf.__internal__.dir/snprintf.cpp.o.d -o libc/src/stdio/CMakeFiles/libc.src.stdio.snprintf.__internal__.dir/snprintf.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/snprintf.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/snprintf.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/printf_main.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.vprintf.__internal__.dir/vprintf.cpp.o</summary>
```
FAILED: libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.vprintf.__internal__.dir/vprintf.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -UNDEBUG -DLIBC_COPT_STDIO_USE_SYSTEM_FILE -DLIBC_COPT_RAW_MUTEX_DEFAULT_SPIN_COUNT=100 -DLIBC_COPT_TIMEOUT_ENSURE_MONOTONICITY=1 -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.vprintf.__internal__.dir/vprintf.cpp.o -MF libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.vprintf.__internal__.dir/vprintf.cpp.o.d -o libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.vprintf.__internal__.dir/vprintf.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/generic/vprintf.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/generic/vprintf.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/vfprintf_internal.h:18:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/printf_main.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdio/CMakeFiles/libc.src.stdio.vasprintf.__internal__.dir/vasprintf.cpp.o</summary>
```
FAILED: libc/src/stdio/CMakeFiles/libc.src.stdio.vasprintf.__internal__.dir/vasprintf.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -UNDEBUG -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdio/CMakeFiles/libc.src.stdio.vasprintf.__internal__.dir/vasprintf.cpp.o -MF libc/src/stdio/CMakeFiles/libc.src.stdio.vasprintf.__internal__.dir/vasprintf.cpp.o.d -o libc/src/stdio/CMakeFiles/libc.src.stdio.vasprintf.__internal__.dir/vasprintf.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/vasprintf.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/vasprintf.cpp:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/vasprintf_internal.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/printf_main.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfroml.__internal__.dir/strfroml.cpp.o</summary>
```
FAILED: libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfroml.__internal__.dir/strfroml.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -UNDEBUG -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfroml.__internal__.dir/strfroml.cpp.o -MF libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfroml.__internal__.dir/strfroml.cpp.o.d -o libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfroml.__internal__.dir/strfroml.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdlib/strfroml.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdlib/strfroml.cpp:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdlib/str_from_util.h:23:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfroml.dir/strfroml.cpp.o</summary>
```
FAILED: libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfroml.dir/strfroml.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -DLIBC_COPT_PUBLIC_PACKAGING -UNDEBUG -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfroml.dir/strfroml.cpp.o -MF libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfroml.dir/strfroml.cpp.o.d -o libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfroml.dir/strfroml.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdlib/strfroml.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdlib/strfroml.cpp:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdlib/str_from_util.h:23:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.vfprintf.__internal__.dir/vfprintf.cpp.o</summary>
```
FAILED: libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.vfprintf.__internal__.dir/vfprintf.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -UNDEBUG -DLIBC_COPT_STDIO_USE_SYSTEM_FILE -DLIBC_COPT_RAW_MUTEX_DEFAULT_SPIN_COUNT=100 -DLIBC_COPT_TIMEOUT_ENSURE_MONOTONICITY=1 -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.vfprintf.__internal__.dir/vfprintf.cpp.o -MF libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.vfprintf.__internal__.dir/vfprintf.cpp.o.d -o libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.vfprintf.__internal__.dir/vfprintf.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/generic/vfprintf.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/generic/vfprintf.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/vfprintf_internal.h:18:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/printf_main.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.vfprintf.dir/vfprintf.cpp.o</summary>
```
FAILED: libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.vfprintf.dir/vfprintf.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -DLIBC_COPT_PUBLIC_PACKAGING -UNDEBUG -DLIBC_COPT_STDIO_USE_SYSTEM_FILE -DLIBC_COPT_RAW_MUTEX_DEFAULT_SPIN_COUNT=100 -DLIBC_COPT_TIMEOUT_ENSURE_MONOTONICITY=1 -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.vfprintf.dir/vfprintf.cpp.o -MF libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.vfprintf.dir/vfprintf.cpp.o.d -o libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.vfprintf.dir/vfprintf.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/generic/vfprintf.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/generic/vfprintf.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/vfprintf_internal.h:18:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/printf_main.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.printf.__internal__.dir/printf.cpp.o</summary>
```
FAILED: libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.printf.__internal__.dir/printf.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -UNDEBUG -DLIBC_COPT_STDIO_USE_SYSTEM_FILE -DLIBC_COPT_RAW_MUTEX_DEFAULT_SPIN_COUNT=100 -DLIBC_COPT_TIMEOUT_ENSURE_MONOTONICITY=1 -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.printf.__internal__.dir/printf.cpp.o -MF libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.printf.__internal__.dir/printf.cpp.o.d -o libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.printf.__internal__.dir/printf.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/generic/printf.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/generic/printf.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/vfprintf_internal.h:18:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/printf_main.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.fprintf.__internal__.dir/fprintf.cpp.o</summary>
```
FAILED: libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.fprintf.__internal__.dir/fprintf.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -UNDEBUG -DLIBC_COPT_STDIO_USE_SYSTEM_FILE -DLIBC_COPT_RAW_MUTEX_DEFAULT_SPIN_COUNT=100 -DLIBC_COPT_TIMEOUT_ENSURE_MONOTONICITY=1 -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.fprintf.__internal__.dir/fprintf.cpp.o -MF libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.fprintf.__internal__.dir/fprintf.cpp.o.d -o libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.fprintf.__internal__.dir/fprintf.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/generic/fprintf.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/generic/fprintf.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/vfprintf_internal.h:18:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/printf_main.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdio/CMakeFiles/libc.src.stdio.asprintf.dir/asprintf.cpp.o</summary>
```
FAILED: libc/src/stdio/CMakeFiles/libc.src.stdio.asprintf.dir/asprintf.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -DLIBC_COPT_PUBLIC_PACKAGING -UNDEBUG -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdio/CMakeFiles/libc.src.stdio.asprintf.dir/asprintf.cpp.o -MF libc/src/stdio/CMakeFiles/libc.src.stdio.asprintf.dir/asprintf.cpp.o.d -o libc/src/stdio/CMakeFiles/libc.src.stdio.asprintf.dir/asprintf.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/asprintf.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/asprintf.cpp:16:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/vasprintf_internal.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/printf_main.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.vprintf.dir/vprintf.cpp.o</summary>
```
FAILED: libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.vprintf.dir/vprintf.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -DLIBC_COPT_PUBLIC_PACKAGING -UNDEBUG -DLIBC_COPT_STDIO_USE_SYSTEM_FILE -DLIBC_COPT_RAW_MUTEX_DEFAULT_SPIN_COUNT=100 -DLIBC_COPT_TIMEOUT_ENSURE_MONOTONICITY=1 -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.vprintf.dir/vprintf.cpp.o -MF libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.vprintf.dir/vprintf.cpp.o.d -o libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.vprintf.dir/vprintf.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/generic/vprintf.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/generic/vprintf.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/vfprintf_internal.h:18:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/printf_main.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfromd.__internal__.dir/strfromd.cpp.o</summary>
```
FAILED: libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfromd.__internal__.dir/strfromd.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -UNDEBUG -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfromd.__internal__.dir/strfromd.cpp.o -MF libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfromd.__internal__.dir/strfromd.cpp.o.d -o libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfromd.__internal__.dir/strfromd.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdlib/strfromd.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdlib/strfromd.cpp:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdlib/str_from_util.h:23:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdio/CMakeFiles/libc.src.stdio.vsnprintf.__internal__.dir/vsnprintf.cpp.o</summary>
```
FAILED: libc/src/stdio/CMakeFiles/libc.src.stdio.vsnprintf.__internal__.dir/vsnprintf.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -UNDEBUG -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdio/CMakeFiles/libc.src.stdio.vsnprintf.__internal__.dir/vsnprintf.cpp.o -MF libc/src/stdio/CMakeFiles/libc.src.stdio.vsnprintf.__internal__.dir/vsnprintf.cpp.o.d -o libc/src/stdio/CMakeFiles/libc.src.stdio.vsnprintf.__internal__.dir/vsnprintf.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/vsnprintf.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/vsnprintf.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/printf_main.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfromf.dir/strfromf.cpp.o</summary>
```
FAILED: libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfromf.dir/strfromf.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -DLIBC_COPT_PUBLIC_PACKAGING -UNDEBUG -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfromf.dir/strfromf.cpp.o -MF libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfromf.dir/strfromf.cpp.o.d -o libc/src/stdlib/CMakeFiles/libc.src.stdlib.strfromf.dir/strfromf.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdlib/strfromf.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdlib/strfromf.cpp:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdlib/str_from_util.h:23:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.fprintf.dir/fprintf.cpp.o</summary>
```
FAILED: libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.fprintf.dir/fprintf.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -DLIBC_COPT_PUBLIC_PACKAGING -UNDEBUG -DLIBC_COPT_STDIO_USE_SYSTEM_FILE -DLIBC_COPT_RAW_MUTEX_DEFAULT_SPIN_COUNT=100 -DLIBC_COPT_TIMEOUT_ENSURE_MONOTONICITY=1 -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.fprintf.dir/fprintf.cpp.o -MF libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.fprintf.dir/fprintf.cpp.o.d -o libc/src/stdio/generic/CMakeFiles/libc.src.stdio.generic.fprintf.dir/fprintf.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/generic/fprintf.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/generic/fprintf.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/vfprintf_internal.h:18:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/printf_main.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>libc/src/stdio/CMakeFiles/libc.src.stdio.vsnprintf.dir/vsnprintf.cpp.o</summary>
```
FAILED: libc/src/stdio/CMakeFiles/libc.src.stdio.vsnprintf.dir/vsnprintf.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_22_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -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 -O3 -DNDEBUG -std=gnu++17 -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_UNSAFE_WIDE_READ -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -fpie -ffixed-point -fno-builtin -fno-exceptions -fno-lax-vector-conversions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-rtti -ftrivial-auto-var-init=pattern -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Werror -Wconversion -Wno-sign-conversion -Wdeprecated -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wimplicit-fallthrough -Wwrite-strings -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wstrict-prototypes -Wthread-safety -Wglobal-constructors -DLIBC_COPT_PUBLIC_PACKAGING -UNDEBUG -DLIBC_COPT_PRINTF_RUNTIME_DISPATCH -MD -MT libc/src/stdio/CMakeFiles/libc.src.stdio.vsnprintf.dir/vsnprintf.cpp.o -MF libc/src/stdio/CMakeFiles/libc.src.stdio.vsnprintf.dir/vsnprintf.cpp.o.d -o libc/src/stdio/CMakeFiles/libc.src.stdio.vsnprintf.dir/vsnprintf.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/vsnprintf.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/vsnprintf.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/printf_main.h:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter.h:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/converter_atlas.h:20:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/stdio/printf_core/char_converter.h:16:10: fatal error: 'src/wchar/wctomb.h' file not found
16 | #include "src/wchar/wctomb.h"
| ^~~~~~~~~~~~~~~~~~~~
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/169301
More information about the libc-commits
mailing list