[Bug 292067] [exp-run] Against llvm-21-update branch on GitHub

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 25 Apr 2026 14:22:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292067

--- Comment #100 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=bb722a7d0f1642bff6487f943ad0427799a6e5bf

commit bb722a7d0f1642bff6487f943ad0427799a6e5bf
Merge: 8f6978f83cc6 7f920884cd00
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2025-12-09 14:04:07 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2026-04-25 14:08:58 +0000

    Adjust llvm-project main llvmorg-21-init-19288-gface93e724f4, part 3

    This adjusts the llvmorg-21-init-19288-gface93e724f4 import: add more
    items to the libc/ top-level directory.

    PR:             292067
    MFC after:      1 month

 contrib/llvm-project/libc/hdr/errno_macros.h (new) |     28 +
 contrib/llvm-project/libc/hdr/fcntl_macros.h (new) |     22 +
 .../llvm-project/libc/hdr/fcntl_overlay.h (new)    |     47 +
 contrib/llvm-project/libc/hdr/fenv_macros.h (new)  |     61 +
 contrib/llvm-project/libc/hdr/float_macros.h (new) |     22 +
 .../libc/hdr/func/aligned_alloc.h (new)            |     22 +
 contrib/llvm-project/libc/hdr/func/free.h (new)    |     22 +
 contrib/llvm-project/libc/hdr/func/malloc.h (new)  |     24 +
 contrib/llvm-project/libc/hdr/func/realloc.h (new) |     24 +
 .../llvm-project/libc/hdr/limits_macros.h (new)    |     22 +
 contrib/llvm-project/libc/hdr/link_macros.h (new)  |     22 +
 .../llvm-project/libc/hdr/locale_macros.h (new)    |     22 +
 .../libc/hdr/math_function_macros.h (new)          |     27 +
 contrib/llvm-project/libc/hdr/math_macros.h (new)  |     48 +
 .../llvm-project/libc/hdr/offsetof_macros.h (new)  |     23 +
 contrib/llvm-project/libc/hdr/sched_macros.h (new) |     22 +
 .../llvm-project/libc/hdr/signal_macros.h (new)    |     22 +
 contrib/llvm-project/libc/hdr/stdio_macros.h (new) |     23 +
 .../llvm-project/libc/hdr/stdio_overlay.h (new)    |     69 +
 .../llvm-project/libc/hdr/stdlib_macros.h (new)    |     22 +
 .../llvm-project/libc/hdr/stdlib_overlay.h (new)   |     46 +
 .../llvm-project/libc/hdr/sys_auxv_macros.h (new)  |     22 +
 .../llvm-project/libc/hdr/sys_epoll_macros.h (new) |     22 +
 .../llvm-project/libc/hdr/sys_ioctl_macros.h (new) |     22 +
 .../llvm-project/libc/hdr/sys_stat_macros.h (new)  |     22 +
 contrib/llvm-project/libc/hdr/time_macros.h (new)  |     28 +
 contrib/llvm-project/libc/hdr/types/ACTION.h (new) |     22 +
 contrib/llvm-project/libc/hdr/types/ENTRY.h (new)  |     22 +
 contrib/llvm-project/libc/hdr/types/FILE.h (new)   |     22 +
 .../libc/hdr/types/atexithandler_t.h (new)         |     22 +
 .../llvm-project/libc/hdr/types/char32_t.h (new)   |     22 +
 .../llvm-project/libc/hdr/types/char8_t.h (new)    |     14 +
 .../llvm-project/libc/hdr/types/clock_t.h (new)    |     22 +
 .../llvm-project/libc/hdr/types/clockid_t.h (new)  |     23 +
 .../libc/hdr/types/cookie_io_functions_t.h (new)   |     22 +
 .../llvm-project/libc/hdr/types/cpu_set_t.h (new)  |     22 +
 contrib/llvm-project/libc/hdr/types/div_t.h (new)  |     22 +
 contrib/llvm-project/libc/hdr/types/fenv_t.h (new) |     22 +
 .../llvm-project/libc/hdr/types/fexcept_t.h (new)  |     22 +
 .../llvm-project/libc/hdr/types/jmp_buf.h (new)    |     22 +
 contrib/llvm-project/libc/hdr/types/ldiv_t.h (new) |     22 +
 .../llvm-project/libc/hdr/types/lldiv_t.h (new)    |     22 +
 .../llvm-project/libc/hdr/types/locale_t.h (new)   |     22 +
 .../llvm-project/libc/hdr/types/mbstate_t.h (new)  |     22 +
 contrib/llvm-project/libc/hdr/types/mode_t.h (new) |     22 +
 contrib/llvm-project/libc/hdr/types/nfds_t.h (new) |     23 +
 contrib/llvm-project/libc/hdr/types/off_t.h (new)  |     22 +
 contrib/llvm-project/libc/hdr/types/pid_t.h (new)  |     22 +
 .../llvm-project/libc/hdr/types/sigset_t.h (new)   |     21 +
 contrib/llvm-project/libc/hdr/types/size_t.h (new) |     23 +
 .../llvm-project/libc/hdr/types/socklen_t.h (new)  |     21 +
 .../llvm-project/libc/hdr/types/ssize_t.h (new)    |     21 +
 .../llvm-project/libc/hdr/types/stack_t.h (new)    |     23 +
 .../libc/hdr/types/struct_dl_phdr_info.h (new)     |     21 +
 .../libc/hdr/types/struct_epoll_event.h (new)      |     21 +
 .../libc/hdr/types/struct_f_owner_ex.h (new)       |     21 +
 .../libc/hdr/types/struct_flock.h (new)            |     21 +
 .../libc/hdr/types/struct_flock64.h (new)          |     21 +
 .../libc/hdr/types/struct_iovec.h (new)            |     21 +
 .../libc/hdr/types/struct_itimerval.h (new)        |     21 +
 .../libc/hdr/types/struct_msghdr.h (new)           |     21 +
 .../libc/hdr/types/struct_pollfd.h (new)           |     23 +
 .../libc/hdr/types/struct_sigaction.h (new)        |     21 +
 .../libc/hdr/types/struct_sockaddr.h (new)         |     21 +
 .../libc/hdr/types/struct_timespec.h (new)         |     21 +
 .../libc/hdr/types/struct_timeval.h (new)          |     21 +
 .../llvm-project/libc/hdr/types/struct_tm.h (new)  |     21 +
 .../libc/hdr/types/suseconds_t.h (new)             |     22 +
 contrib/llvm-project/libc/hdr/types/time_t.h (new) |     22 +
 contrib/llvm-project/libc/hdr/types/uid_t.h (new)  |     22 +
 .../llvm-project/libc/hdr/types/wchar_t.h (new)    |     23 +
 contrib/llvm-project/libc/hdr/types/wint_t.h (new) |     23 +
 .../llvm-project/libc/hdr/uchar_overlay.h (new)    |     69 +
 .../llvm-project/libc/hdr/unistd_macros.h (new)    |     22 +
 .../llvm-project/libc/hdr/unistd_overlay.h (new)   |     69 +
 contrib/llvm-project/libc/hdr/wchar_macros.h (new) |     22 +
 .../llvm-project/libc/hdr/wchar_overlay.h (new)    |     69 +
 .../libc/include/__llvm-libc-common.h (new)        |     98 +
 .../include/llvm-libc-macros/EFIAPI-macros.h (new) |     18 +
 .../include/llvm-libc-macros/assert-macros.h (new) |     14 +
 .../llvm-libc-macros/baremetal/time-macros.h (new) |     26 +
 .../llvm-libc-macros/complex-macros.h (new)        |     24 +
 .../llvm-libc-macros/containerof-macro.h (new)     |     20 +
 .../include/llvm-libc-macros/dlfcn-macros.h (new)  |     23 +
 .../include/llvm-libc-macros/elf-macros.h (new)    |     18 +
 .../include/llvm-libc-macros/endian-macros.h (new) |     50 +
 .../llvm-libc-macros/error-number-macros.h (new)   |      8 +
 .../include/llvm-libc-macros/fcntl-macros.h (new)  |      8 +
 .../llvm-libc-macros/features-macros.h (new)       |     12 +
 .../include/llvm-libc-macros/fenv-macros.h (new)   |     28 +
 .../llvm-libc-macros/file-seek-macros.h (new)      |     16 +
 .../include/llvm-libc-macros/float-macros.h (new)  |    178 +
 .../llvm-libc-macros/float16-macros.h (new)        |     27 +
 .../generic-error-number-macros.h (new)            |     48 +
 .../llvm-libc-macros/gpu/signal-macros.h (new)     |     28 +
 .../llvm-libc-macros/gpu/time-macros.h (new)       |     17 +
 .../llvm-libc-macros/inttypes-macros.h (new)       |    420 +
 .../include/llvm-libc-macros/limits-macros.h (new) |    246 +
 .../include/llvm-libc-macros/link-macros.h (new)   |     20 +
 .../linux/error-number-macros.h (new)              |     32 +
 .../llvm-libc-macros/linux/fcntl-macros.h (new)    |    105 +
 .../llvm-libc-macros/linux/poll-macros.h (new)     |     65 +
 .../llvm-libc-macros/linux/sched-macros.h (new)    |     37 +
 .../llvm-libc-macros/linux/signal-macros.h (new)   |    101 +
 .../linux/sys-epoll-macros.h (new)                 |     40 +
 .../linux/sys-ioctl-macros.h (new)                 |     20 +
 .../linux/sys-random-macros.h (new)                |     17 +
 .../linux/sys-resource-macros.h (new)              |     31 +
 .../linux/sys-socket-macros.h (new)                |     28 +
 .../llvm-libc-macros/linux/sys-stat-macros.h (new) |     48 +
 .../llvm-libc-macros/linux/sys-time-macros.h (new) |     53 +
 .../llvm-libc-macros/linux/sys-wait-macros.h (new) |     27 +
 .../llvm-libc-macros/linux/termios-macros.h (new)  |    167 +
 .../llvm-libc-macros/linux/time-macros.h (new)     |     26 +
 .../llvm-libc-macros/linux/unistd-macros.h (new)   |     57 +
 .../include/llvm-libc-macros/locale-macros.h (new) |     32 +
 .../include/llvm-libc-macros/malloc-macros.h (new) |     17 +
 .../llvm-libc-macros/math-function-macros.h (new)  |     37 +
 .../include/llvm-libc-macros/math-macros.h (new)   |     53 +
 .../include/llvm-libc-macros/null-macro.h (new)    |     15 +
 .../llvm-libc-macros/offsetof-macro.h (new)        |     15 +
 .../include/llvm-libc-macros/poll-macros.h (new)   |     16 +
 .../llvm-libc-macros/pthread-macros.h (new)        |     65 +
 .../include/llvm-libc-macros/sched-macros.h (new)  |     16 +
 .../include/llvm-libc-macros/signal-macros.h (new) |     18 +
 .../include/llvm-libc-macros/stdbit-macros.h (new) |    316 +
 .../llvm-libc-macros/stdckdint-macros.h (new)      |     27 +
 .../include/llvm-libc-macros/stdfix-macros.h (new) |    367 +
 .../include/llvm-libc-macros/stdint-macros.h (new) |    878 +
 .../include/llvm-libc-macros/stdio-macros.h (new)  |     58 +
 .../include/llvm-libc-macros/stdlib-macros.h (new) |     27 +
 .../llvm-libc-macros/sys-auxv-macros.h (new)       |     43 +
 .../llvm-libc-macros/sys-epoll-macros.h (new)      |     16 +
 .../llvm-libc-macros/sys-ioctl-macros.h (new)      |     16 +
 .../llvm-libc-macros/sys-mman-macros.h (new)       |     48 +
 .../llvm-libc-macros/sys-queue-macros.h (new)      |    262 +
 .../llvm-libc-macros/sys-random-macros.h (new)     |     16 +
 .../llvm-libc-macros/sys-resource-macros.h (new)   |     16 +
 .../llvm-libc-macros/sys-select-macros.h (new)     |     35 +
 .../llvm-libc-macros/sys-socket-macros.h (new)     |     16 +
 .../llvm-libc-macros/sys-stat-macros.h (new)       |     16 +
 .../llvm-libc-macros/sys-time-macros.h (new)       |     16 +
 .../llvm-libc-macros/sys-wait-macros.h (new)       |     16 +
 .../llvm-libc-macros/sysexits-macros.h (new)       |     29 +
 .../llvm-libc-macros/termios-macros.h (new)        |     16 +
 .../include/llvm-libc-macros/time-macros.h (new)   |     21 +
 .../include/llvm-libc-macros/unistd-macros.h (new) |     12 +
 .../include/llvm-libc-macros/wchar-macros.h (new)  |     18 +
 .../windows/time-macros-ext.h (new)                |     17 +
 .../libc/include/llvm-libc-types/ACTION.h (new)    |     14 +
 .../libc/include/llvm-libc-types/DIR.h (new)       |     14 +
 .../llvm-libc-types/EFI_ALLOCATE_TYPE.h (new)      |     19 +
 .../llvm-libc-types/EFI_BOOT_SERVICES.h (new)      |    250 +
 .../include/llvm-libc-types/EFI_CAPSULE.h (new)    |     26 +
 .../EFI_CONFIGURATION_TABLE.h (new)                |     19 +
 .../EFI_DEVICE_PATH_PROTOCOL.h (new)               |     23 +
 .../libc/include/llvm-libc-types/EFI_EVENT.h (new) |     21 +
 .../libc/include/llvm-libc-types/EFI_GUID.h (new)  |     21 +
 .../include/llvm-libc-types/EFI_HANDLE.h (new)     |     14 +
 .../llvm-libc-types/EFI_INTERFACE_TYPE.h (new)     |     16 +
 .../llvm-libc-types/EFI_LOCATE_SEARCH_TYPE.h (new) |     18 +
 .../llvm-libc-types/EFI_MEMORY_DESCRIPTOR.h (new)  |     43 +
 .../llvm-libc-types/EFI_MEMORY_TYPE.h (new)        |     32 +
 .../EFI_OPEN_PROTOCOL_INFORMATION_ENTRY.h (new)    |     22 +
 .../llvm-libc-types/EFI_PHYSICAL_ADDRESS.h (new)   |     16 +
 .../llvm-libc-types/EFI_RUNTIME_SERVICES.h (new)   |    137 +
 .../EFI_SIMPLE_TEXT_INPUT_PROTOCOL.h (new)         |     39 +
 .../EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.h (new)        |     64 +
 .../include/llvm-libc-types/EFI_STATUS.h (new)     |     60 +
 .../llvm-libc-types/EFI_SYSTEM_TABLE.h (new)       |     65 +
 .../llvm-libc-types/EFI_TABLE_HEADER.h (new)       |     22 +
 .../libc/include/llvm-libc-types/EFI_TIME.h (new)  |     37 +
 .../llvm-libc-types/EFI_TIMER_DELAY.h (new)        |     18 +
 .../libc/include/llvm-libc-types/EFI_TPL.h (new)   |     21 +
 .../llvm-libc-types/EFI_VIRTUAL_ADDRESS.h (new)    |     16 +
 .../libc/include/llvm-libc-types/ENTRY.h (new)     |     17 +
 .../libc/include/llvm-libc-types/FILE.h (new)      |     14 +
 .../libc/include/llvm-libc-types/VISIT.h (new)     |     14 +
 .../llvm-libc-types/__atexithandler_t.h (new)      |     14 +
 .../llvm-libc-types/__atfork_callback_t.h (new)    |     14 +
 .../llvm-libc-types/__call_once_func_t.h (new)     |     14 +
 .../__dl_iterate_phdr_callback_t.h (new)           |     19 +
 .../include/llvm-libc-types/__exec_argv_t.h (new)  |     14 +
 .../include/llvm-libc-types/__exec_envp_t.h (new)  |     14 +
 .../include/llvm-libc-types/__futex_word.h (new)   |     20 +
 .../include/llvm-libc-types/__getoptargv_t.h (new) |     14 +
 .../include/llvm-libc-types/__mutex_type.h (new)   |     29 +
 .../llvm-libc-types/__pthread_once_func_t.h (new)  |     14 +
 .../llvm-libc-types/__pthread_start_t.h (new)      |     14 +
 .../llvm-libc-types/__pthread_tss_dtor_t.h (new)   |     14 +
 .../llvm-libc-types/__qsortcompare_t.h (new)       |     14 +
 .../llvm-libc-types/__qsortrcompare_t.h (new)      |     14 +
 .../llvm-libc-types/__search_compare_t.h (new)     |     14 +
 .../include/llvm-libc-types/__thread_type.h (new)  |     16 +
 .../libc/include/llvm-libc-types/blkcnt_t.h (new)  |     14 +
 .../libc/include/llvm-libc-types/blksize_t.h (new) |     14 +
 .../libc/include/llvm-libc-types/cc_t.h (new)      |     14 +
 .../libc/include/llvm-libc-types/cfloat128.h (new) |     44 +
 .../libc/include/llvm-libc-types/cfloat16.h (new)  |     21 +
 .../libc/include/llvm-libc-types/char16_t.h (new)  |     17 +
 .../libc/include/llvm-libc-types/char32_t.h (new)  |     17 +
 .../libc/include/llvm-libc-types/char8_t.h (new)   |     16 +
 .../libc/include/llvm-libc-types/clock_t.h (new)   |     14 +
 .../libc/include/llvm-libc-types/clockid_t.h (new) |     14 +
 .../libc/include/llvm-libc-types/cnd_t.h (new)     |     20 +
 .../llvm-libc-types/cookie_io_functions_t.h (new)  |     28 +
 .../libc/include/llvm-libc-types/cpu_set_t.h (new) |     21 +
 .../libc/include/llvm-libc-types/dev_t.h (new)     |     14 +
 .../libc/include/llvm-libc-types/div_t.h (new)     |     17 +
 .../libc/include/llvm-libc-types/double_t.h (new)  |     24 +
 .../libc/include/llvm-libc-types/fd_set.h (new)    |     18 +
 .../libc/include/llvm-libc-types/fenv_t.h (new)    |     36 +
 .../libc/include/llvm-libc-types/fexcept_t.h (new) |     18 +
 .../libc/include/llvm-libc-types/float128.h (new)  |     36 +
 .../libc/include/llvm-libc-types/float_t.h (new)   |     24 +
 .../include/llvm-libc-types/fsblkcnt_t.h (new)     |     14 +
 .../include/llvm-libc-types/fsfilcnt_t.h (new)     |     14 +
 .../libc/include/llvm-libc-types/gid_t.h (new)     |     14 +
 .../libc/include/llvm-libc-types/imaxdiv_t.h (new) |     17 +
 .../libc/include/llvm-libc-types/ino_t.h (new)     |     14 +
 .../libc/include/llvm-libc-types/jmp_buf.h (new)   |     84 +
 .../libc/include/llvm-libc-types/ldiv_t.h (new)    |     17 +
 .../libc/include/llvm-libc-types/lldiv_t.h (new)   |     17 +
 .../libc/include/llvm-libc-types/locale_t.h (new)  |     22 +
 .../libc/include/llvm-libc-types/mbstate_t.h (new) |     20 +
 .../libc/include/llvm-libc-types/mode_t.h (new)    |     14 +
 .../libc/include/llvm-libc-types/mtx_t.h (new)     |     16 +
 .../libc/include/llvm-libc-types/nfds_t.h (new)    |     14 +
 .../libc/include/llvm-libc-types/nlink_t.h (new)   |     14 +
 .../libc/include/llvm-libc-types/off64_t.h (new)   |     14 +
 .../libc/include/llvm-libc-types/off_t.h (new)     |     14 +
 .../libc/include/llvm-libc-types/once_flag.h (new) |     20 +
 .../libc/include/llvm-libc-types/pid_t.h (new)     |     14 +
 .../posix_spawn_file_actions_t.h (new)             |     17 +
 .../llvm-libc-types/posix_spawnattr_t.h (new)      |     16 +
 .../include/llvm-libc-types/pthread_attr_t.h (new) |     21 +
 .../llvm-libc-types/pthread_condattr_t.h (new)     |     18 +
 .../include/llvm-libc-types/pthread_key_t.h (new)  |     14 +
 .../llvm-libc-types/pthread_mutex_t.h (new)        |     16 +
 .../llvm-libc-types/pthread_mutexattr_t.h (new)    |     16 +
 .../include/llvm-libc-types/pthread_once_t.h (new) |     20 +
 .../llvm-libc-types/pthread_rwlock_t.h (new)       |     26 +
 .../llvm-libc-types/pthread_rwlockattr_t.h (new)   |     16 +
 .../llvm-libc-types/pthread_spinlock_t.h (new)     |     17 +
 .../libc/include/llvm-libc-types/pthread_t.h (new) |     16 +
 .../libc/include/llvm-libc-types/rlim_t.h (new)    |     14 +
 .../include/llvm-libc-types/sa_family_t.h (new)    |     19 +
 .../include/llvm-libc-types/sig_atomic_t.h (new)   |     14 +
 .../include/llvm-libc-types/sighandler_t.h (new)   |     17 +
 .../libc/include/llvm-libc-types/siginfo_t.h (new) |    109 +
 .../libc/include/llvm-libc-types/sigset_t.h (new)  |     20 +
 .../libc/include/llvm-libc-types/size_t.h (new)    |     14 +
 .../libc/include/llvm-libc-types/socklen_t.h (new) |     18 +
 .../libc/include/llvm-libc-types/speed_t.h (new)   |     14 +
 .../libc/include/llvm-libc-types/ssize_t.h (new)   |     14 +
 .../libc/include/llvm-libc-types/stack_t.h (new)   |     22 +
 .../include/llvm-libc-types/stdfix-types.h (new)   |     25 +
 .../include/llvm-libc-types/struct_dirent.h (new)  |     29 +
 .../llvm-libc-types/struct_dl_phdr_info.h (new)    |     30 +
 .../llvm-libc-types/struct_epoll_data.h (new)      |     21 +
 .../llvm-libc-types/struct_epoll_event.h (new)     |     23 +
 .../llvm-libc-types/struct_f_owner_ex.h (new)      |     25 +
 .../include/llvm-libc-types/struct_flock.h (new)   |     25 +
 .../include/llvm-libc-types/struct_flock64.h (new) |     25 +
 .../llvm-libc-types/struct_hsearch_data.h (new)    |     17 +
 .../include/llvm-libc-types/struct_iovec.h (new)   |     19 +
 .../llvm-libc-types/struct_itimerval.h (new)       |     19 +
 .../include/llvm-libc-types/struct_lconv.h (new)   |     39 +
 .../include/llvm-libc-types/struct_msghdr.h (new)  |     26 +
 .../include/llvm-libc-types/struct_pollfd.h (new)  |     18 +
 .../include/llvm-libc-types/struct_rlimit.h (new)  |     19 +
 .../include/llvm-libc-types/struct_rusage.h (new)  |     37 +
 .../llvm-libc-types/struct_sched_param.h (new)     |     21 +
 .../llvm-libc-types/struct_sigaction.h (new)       |     28 +
 .../llvm-libc-types/struct_sockaddr.h (new)        |     21 +
 .../llvm-libc-types/struct_sockaddr_un.h (new)     |     22 +
 .../include/llvm-libc-types/struct_stat.h (new)    |     39 +
 .../include/llvm-libc-types/struct_statvfs.h (new) |     29 +
 .../include/llvm-libc-types/struct_termios.h (new) |     32 +
 .../llvm-libc-types/struct_timespec.h (new)        |     20 +
 .../include/llvm-libc-types/struct_timeval.h (new) |     20 +
 .../libc/include/llvm-libc-types/struct_tm.h (new) |     25 +
 .../include/llvm-libc-types/struct_utsname.h (new) |     34 +
 .../include/llvm-libc-types/suseconds_t.h (new)    |     19 +
 .../libc/include/llvm-libc-types/tcflag_t.h (new)  |     14 +
 .../llvm-libc-types/test_rpc_opcodes_t.h (new)     |     21 +
 .../include/llvm-libc-types/thrd_start_t.h (new)   |     14 +
 .../libc/include/llvm-libc-types/thrd_t.h (new)    |     16 +
 .../libc/include/llvm-libc-types/time_t.h (new)    |     18 +
 .../libc/include/llvm-libc-types/time_t_32.h (new) |     14 +
 .../libc/include/llvm-libc-types/time_t_64.h (new) |     14 +
 .../include/llvm-libc-types/tss_dtor_t.h (new)     |     14 +
 .../libc/include/llvm-libc-types/tss_t.h (new)     |     14 +
 .../libc/include/llvm-libc-types/uid_t.h (new)     |     14 +
 .../include/llvm-libc-types/union_sigval.h (new)   |     17 +
 .../libc/include/llvm-libc-types/wchar_t.h (new)   |     19 +
 .../libc/include/llvm-libc-types/wint_t.h (new)    |     14 +
 .../llvm-project/libc/include/sys/queue.h (new)    |     14 +
 .../libc/src/__support/CPP/README.md (new)         |     13 +
 .../libc/src/__support/CPP/algorithm.h (new)       |     49 +
 .../libc/src/__support/CPP/array.h (new)           |     80 +
 .../libc/src/__support/CPP/atomic.h (new)          |    430 +
 .../libc/src/__support/CPP/bit.h (new)             |    298 +
 .../libc/src/__support/CPP/bitset.h (new)          |     94 +
 .../libc/src/__support/CPP/cstddef.h (new)         |     74 +
 .../libc/src/__support/CPP/expected.h (new)        |     60 +
 .../libc/src/__support/CPP/functional.h (new)      |     71 +
 .../libc/src/__support/CPP/iterator.h (new)        |     99 +
 .../libc/src/__support/CPP/limits.h (new)          |     92 +
 .../libc/src/__support/CPP/mutex.h (new)           |     51 +
 .../libc/src/__support/CPP/new.cpp (new)           |     44 +
 .../libc/src/__support/CPP/new.h (new)             |    130 +
 .../libc/src/__support/CPP/optional.h (new)        |    139 +
 .../libc/src/__support/CPP/span.h (new)            |    131 +
 .../libc/src/__support/CPP/string.h (new)          |    234 +
 .../libc/src/__support/CPP/string_view.h (new)     |    222 +
 .../libc/src/__support/CPP/stringstream.h (new)    |     96 +
 .../libc/src/__support/CPP/type_traits.h (new)     |     70 +
 .../CPP/type_traits/add_lvalue_reference.h (new)   |     33 +
 .../__support/CPP/type_traits/add_pointer.h (new)  |     30 +
 .../CPP/type_traits/add_rvalue_reference.h (new)   |     32 +
 .../CPP/type_traits/aligned_storage.h (new)        |     30 +
 .../__support/CPP/type_traits/always_false.h (new) |     32 +
 .../CPP/type_traits/bool_constant.h (new)          |     23 +
 .../__support/CPP/type_traits/conditional.h (new)  |     28 +
 .../src/__support/CPP/type_traits/decay.h (new)    |     40 +
 .../__support/CPP/type_traits/enable_if.h (new)    |     26 +
 .../__support/CPP/type_traits/false_type.h (new)   |     23 +
 .../has_unique_object_representations.h (new)      |     30 +
 .../CPP/type_traits/integral_constant.h (new)      |     26 +
 .../src/__support/CPP/type_traits/invoke.h (new)   |     67 +
 .../CPP/type_traits/invoke_result.h (new)          |     29 +
 .../CPP/type_traits/is_arithmetic.h (new)          |     30 +
 .../src/__support/CPP/type_traits/is_array.h (new) |     31 +
 .../__support/CPP/type_traits/is_base_of.h (new)   |     47 +
 .../src/__support/CPP/type_traits/is_class.h (new) |     32 +
 .../__support/CPP/type_traits/is_complex.h (new)   |     53 +
 .../src/__support/CPP/type_traits/is_const.h (new) |     28 +
 .../CPP/type_traits/is_constant_evaluated.h (new)  |     24 +
 .../CPP/type_traits/is_convertible.h (new)         |     48 +
 .../CPP/type_traits/is_copy_assignable.h (new)     |     32 +
 .../CPP/type_traits/is_copy_constructible.h (new)  |     31 +
 .../CPP/type_traits/is_destructible.h (new)        |     68 +
 .../src/__support/CPP/type_traits/is_enum.h (new)  |     26 +
 .../CPP/type_traits/is_fixed_point.h (new)         |     49 +
 .../CPP/type_traits/is_floating_point.h (new)      |     49 +
 .../__support/CPP/type_traits/is_function.h (new)  |     35 +
 .../__support/CPP/type_traits/is_integral.h (new)  |     43 +
 .../CPP/type_traits/is_lvalue_reference.h (new)    |     35 +
 .../CPP/type_traits/is_member_pointer.h (new)      |     33 +
 .../CPP/type_traits/is_move_assignable.h (new)     |     33 +
 .../CPP/type_traits/is_move_constructible.h (new)  |     31 +
 .../CPP/type_traits/is_null_pointer.h (new)        |     29 +
 .../__support/CPP/type_traits/is_object.h (new)    |     33 +
 .../__support/CPP/type_traits/is_pointer.h (new)   |     31 +
 .../__support/CPP/type_traits/is_reference.h (new) |     34 +
 .../CPP/type_traits/is_rvalue_reference.h (new)    |     35 +
 .../src/__support/CPP/type_traits/is_same.h (new)  |     28 +
 .../__support/CPP/type_traits/is_scalar.h (new)    |     35 +
 .../__support/CPP/type_traits/is_signed.h (new)    |     54 +
 .../type_traits/is_trivially_constructible.h (new) |     25 +
 .../CPP/type_traits/is_trivially_copyable.h (new)  |     29 +
 .../type_traits/is_trivially_destructible.h (new)  |     37 +
 .../src/__support/CPP/type_traits/is_union.h (new) |     26 +
 .../__support/CPP/type_traits/is_unsigned.h (new)  |     56 +
 .../src/__support/CPP/type_traits/is_void.h (new)  |     27 +
 .../__support/CPP/type_traits/make_signed.h (new)  |     41 +
 .../CPP/type_traits/make_unsigned.h (new)          |     46 +
 .../CPP/type_traits/remove_all_extents.h (new)     |     41 +
 .../__support/CPP/type_traits/remove_cv.h (new)    |     28 +
 .../__support/CPP/type_traits/remove_cvref.h (new) |     27 +
 .../CPP/type_traits/remove_extent.h (new)          |     28 +
 .../CPP/type_traits/remove_reference.h (new)       |     27 +
 .../__support/CPP/type_traits/true_type.h (new)    |     23 +
 .../CPP/type_traits/type_identity.h (new)          |     24 +
 .../src/__support/CPP/type_traits/void_t.h (new)   |     29 +
 .../libc/src/__support/CPP/utility.h (new)         |     18 +
 .../libc/src/__support/CPP/utility/declval.h (new) |     27 +
 .../libc/src/__support/CPP/utility/forward.h (new) |     35 +
 .../src/__support/CPP/utility/in_place.h (new)     |     39 +
 .../__support/CPP/utility/integer_sequence.h (new) |     40 +
 .../libc/src/__support/CPP/utility/move.h (new)    |     27 +
 .../src/__support/FPUtil/BasicOperations.h (new)   |    396 +
 .../FPUtil/DivisionAndRemainderOperations.h (new)  |    121 +
 .../libc/src/__support/FPUtil/FEnvImpl.h (new)     |    114 +
 .../libc/src/__support/FPUtil/FMA.h (new)          |     52 +
 .../libc/src/__support/FPUtil/FPBits.h (new)       |    857 +
 .../libc/src/__support/FPUtil/Hypot.h (new)        |    268 +
 .../__support/FPUtil/ManipulationFunctions.h (new) |    279 +
 .../FPUtil/NearestIntegerOperations.h (new)        |    411 +
 .../libc/src/__support/FPUtil/NormalFloat.h (new)  |    273 +
 .../libc/src/__support/FPUtil/PolyEval.h (new)     |     54 +
 .../src/__support/FPUtil/aarch64/FEnvImpl.h (new)  |    285 +
 .../FPUtil/aarch64/fenv_darwin_impl.h (new)        |    297 +
 .../FPUtil/aarch64/nearest_integer.h (new)         |     38 +
 .../libc/src/__support/FPUtil/aarch64/sqrt.h (new) |     45 +
 .../libc/src/__support/FPUtil/arm/FEnvImpl.h (new) |    266 +
 .../libc/src/__support/FPUtil/arm/sqrt.h (new)     |     45 +
 .../libc/src/__support/FPUtil/bfloat16.h (new)     |     65 +
 .../libc/src/__support/FPUtil/cast.h (new)         |     76 +
 .../src/__support/FPUtil/double_double.h (new)     |    211 +
 .../libc/src/__support/FPUtil/dyadic_float.h (new) |    714 +
 .../__support/FPUtil/except_value_utils.h (new)    |    145 +
 .../libc/src/__support/FPUtil/fpbits_str.h (new)   |     76 +
 .../libc/src/__support/FPUtil/generic/FMA.h (new)  |    288 +
 .../libc/src/__support/FPUtil/generic/FMod.h (new) |    296 +
 .../src/__support/FPUtil/generic/README.md (new)   |     28 +
 .../src/__support/FPUtil/generic/add_sub.h (new)   |    209 +
 .../libc/src/__support/FPUtil/generic/div.h (new)  |    126 +
 .../libc/src/__support/FPUtil/generic/mul.h (new)  |    105 +
 .../libc/src/__support/FPUtil/generic/sqrt.h (new) |    171 +
 .../FPUtil/generic/sqrt_80_bit_long_double.h (new) |    141 +
 .../libc/src/__support/FPUtil/multiply_add.h (new) |     74 +
 .../src/__support/FPUtil/nearest_integer.h (new)   |     79 +
 .../src/__support/FPUtil/riscv/FEnvImpl.h (new)    |    181 +
 .../libc/src/__support/FPUtil/riscv/sqrt.h (new)   |     45 +
 .../src/__support/FPUtil/rounding_mode.h (new)     |     81 +
 .../libc/src/__support/FPUtil/sqrt.h (new)         |     65 +
 .../src/__support/FPUtil/triple_double.h (new)     |     26 +
 .../src/__support/FPUtil/x86_64/FEnvImpl.h (new)   |    651 +
 .../FPUtil/x86_64/NextAfterLongDouble.h (new)      |    125 +
 .../FPUtil/x86_64/NextUpDownLongDouble.h (new)     |     63 +
 .../FPUtil/x86_64/nearest_integer.h (new)          |     46 +
 .../libc/src/__support/FPUtil/x86_64/sqrt.h (new)  |     54 +
 .../libc/src/__support/File/dir.cpp (new)          |     65 +
 .../libc/src/__support/File/dir.h (new)            |     79 +
 .../libc/src/__support/File/file.cpp (new)         |    477 +
 .../libc/src/__support/File/file.h (new)           |    324 +
 .../libc/src/__support/File/linux/dir.cpp (new)    |     60 +
 .../libc/src/__support/File/linux/file.cpp (new)   |    185 +
 .../libc/src/__support/File/linux/file.h (new)     |     37 +
 .../src/__support/File/linux/lseekImpl.h (new)     |     51 +
 .../libc/src/__support/File/linux/stderr.cpp (new) |     25 +
 .../libc/src/__support/File/linux/stdin.cpp (new)  |     26 +
 .../libc/src/__support/File/linux/stdout.cpp (new) |     26 +
 .../libc/src/__support/GPU/allocator.cpp (new)     |    605 +
 .../libc/src/__support/GPU/allocator.h (new)       |     26 +
 .../libc/src/__support/GPU/utils.h (new)           |    138 +
 .../libc/src/__support/HashTable/bitmask.h (new)   |     93 +
 .../HashTable/generic/bitmask_impl.inc (new)       |    124 +
 .../src/__support/HashTable/randomness.h (new)     |     61 +
 .../HashTable/sse2/bitmask_impl.inc (new)          |     52 +
 .../libc/src/__support/HashTable/table.h (new)     |    356 +
 .../src/__support/OSUtil/baremetal/exit.cpp (new)  |     21 +
 .../src/__support/OSUtil/baremetal/io.cpp (new)    |     70 +
 .../libc/src/__support/OSUtil/baremetal/io.h (new) |     25 +
 .../OSUtil/darwin/aarch64/syscall.h (new)          |    113 +
 .../libc/src/__support/OSUtil/darwin/io.h (new)    |     26 +
 .../src/__support/OSUtil/darwin/syscall.h (new)    |     33 +
 .../libc/src/__support/OSUtil/exit.h (new)         |     22 +
 .../libc/src/__support/OSUtil/fcntl.h (new)        |     27 +
 .../libc/src/__support/OSUtil/fuchsia/io.h (new)   |     34 +
 .../libc/src/__support/OSUtil/gpu/exit.cpp (new)   |     33 +
 .../libc/src/__support/OSUtil/gpu/io.cpp (new)     |     24 +
 .../libc/src/__support/OSUtil/gpu/io.h (new)       |     22 +
 .../libc/src/__support/OSUtil/io.h (new)           |     31 +
 .../__support/OSUtil/linux/aarch64/syscall.h (new) |    111 +
 .../__support/OSUtil/linux/aarch64/vdso.h (new)    |     37 +
 .../src/__support/OSUtil/linux/arm/syscall.h (new) |    129 +
 .../src/__support/OSUtil/linux/arm/vdso.h (new)    |     37 +
 .../libc/src/__support/OSUtil/linux/exit.cpp (new) |     31 +
 .../src/__support/OSUtil/linux/fcntl.cpp (new)     |    142 +
 .../src/__support/OSUtil/linux/getrandom.h (new)   |     35 +
 .../__support/OSUtil/linux/i386/syscall.h (new)    |     88 +
 .../src/__support/OSUtil/linux/i386/vdso.h (new)   |      0
 .../libc/src/__support/OSUtil/linux/io.h (new)     |     27 +
 .../__support/OSUtil/linux/riscv/syscall.h (new)   |    111 +
 .../src/__support/OSUtil/linux/riscv/vdso.h (new)  |     43 +
 .../src/__support/OSUtil/linux/syscall.h (new)     |     39 +
 .../libc/src/__support/OSUtil/linux/vdso.cpp (new) |    239 +
 .../libc/src/__support/OSUtil/linux/vdso.h (new)   |     81 +
 .../src/__support/OSUtil/linux/vdso_sym.h (new)    |     70 +
 .../__support/OSUtil/linux/x86_64/syscall.h (new)  |     99 +
 .../src/__support/OSUtil/linux/x86_64/vdso.h (new) |     43 +
 .../libc/src/__support/OSUtil/syscall.h (new)      |     18 +
 .../libc/src/__support/OSUtil/uefi/error.h (new)   |    104 +
 .../libc/src/__support/OSUtil/uefi/exit.cpp (new)  |     24 +
 .../libc/src/__support/OSUtil/uefi/io.cpp (new)    |     41 +
 .../libc/src/__support/OSUtil/uefi/io.h (new)      |     25 +
 .../src/__support/OSUtil/windows/exit.cpp (new)    |     23 +
 .../libc/src/__support/OSUtil/windows/io.cpp (new) |     25 +
 .../libc/src/__support/OSUtil/windows/io.h (new)   |     21 +
 .../libc/src/__support/RPC/rpc_client.cpp (new)    |     22 +
 .../libc/src/__support/RPC/rpc_client.h (new)      |     37 +
 .../libc/src/__support/RPC/rpc_server.h (new)      |    551 +
 .../__support/StringUtil/error_to_string.cpp (new) |     85 +
 .../__support/StringUtil/error_to_string.h (new)   |     27 +
 .../__support/StringUtil/message_mapper.h (new)    |    104 +
 .../__support/StringUtil/platform_errors.h (new)   |     18 +
 .../__support/StringUtil/platform_signals.h (new)  |     18 +
 .../StringUtil/signal_to_string.cpp (new)          |     81 +
 .../__support/StringUtil/signal_to_string.h (new)  |     25 +
 .../tables/linux_extension_errors.h (new)          |    130 +
 .../tables/linux_extension_signals.h (new)         |     34 +
 .../tables/linux_platform_errors.h (new)           |     27 +
 .../tables/linux_platform_signals.h (new)          |     24 +
 .../tables/minimal_platform_errors.h (new)         |     23 +
 .../tables/minimal_platform_signals.h (new)        |     21 +
 .../StringUtil/tables/posix_errors.h (new)         |    178 +
 .../StringUtil/tables/posix_signals.h (new)        |     47 +
 .../StringUtil/tables/signal_table.h (new)         |     42 +
 .../StringUtil/tables/stdc_errors.h (new)          |     34 +
 .../StringUtil/tables/stdc_signals.h (new)         |     30 +
 .../libc/src/__support/arg_list.h (new)            |    140 +
 .../libc/src/__support/big_int.h (new)             |   1391 +
 .../llvm-project/libc/src/__support/block.h (new)  |    482 +
 .../libc/src/__support/blockstore.h (new)          |    262 +
 .../libc/src/__support/c_string.h (new)            |     37 +
 .../libc/src/__support/char_vector.h (new)         |     81 +
 .../llvm-project/libc/src/__support/common.h (new) |     92 +
 .../libc/src/__support/complex_basic_ops.h (new)   |     36 +
 .../libc/src/__support/complex_type.h (new)        |     73 +
 .../libc/src/__support/ctype_utils.h (new)         |    584 +
 .../src/__support/detailed_powers_of_ten.h (new)   |    740 +
 .../libc/src/__support/endian_internal.h (new)     |    146 +
 .../libc/src/__support/error_or.h (new)            |     40 +
 .../libc/src/__support/fixed_point/fx_bits.h (new) |    232 +
 .../libc/src/__support/fixed_point/fx_rep.h (new)  |    303 +
 .../libc/src/__support/fixed_point/sqrt.h (new)    |    269 +
 .../libc/src/__support/fixedvector.h (new)         |    127 +
 .../libc/src/__support/float_to_string.h (new)     |    837 +
 .../libc/src/__support/freelist.cpp (new)          |     42 +
 .../libc/src/__support/freelist.h (new)            |     89 +
 .../libc/src/__support/freelist_heap.cpp (new)     |     19 +
 .../libc/src/__support/freelist_heap.h (new)       |    209 +
 .../libc/src/__support/freestore.h (new)           |    114 +
 .../libc/src/__support/freetrie.cpp (new)          |     64 +
 .../libc/src/__support/freetrie.h (new)            |    237 +
 .../llvm-project/libc/src/__support/hash.h (new)   |    164 +
 .../src/__support/high_precision_decimal.h (new)   |    442 +
 .../libc/src/__support/integer_literals.h (new)    |    180 +
 .../libc/src/__support/integer_operations.h (new)  |     33 +
 .../libc/src/__support/integer_to_string.h (new)   |    498 +
 .../libc/src/__support/intrusive_list.h (new)      |     66 +
 .../libc/src/__support/libc_assert.h (new)         |     88 +
 .../libc/src/__support/libc_errno.h (new)          |    108 +
 .../libc/src/__support/macros/README.md (new)      |      1 +
 .../libc/src/__support/macros/attributes.h (new)   |     51 +
 .../libc/src/__support/macros/config.h (new)       |     46 +
 .../libc/src/__support/macros/null_check.h (new)   |     37 +
 .../libc/src/__support/macros/optimization.h (new) |     76 +
 .../__support/macros/properties/README.md (new)    |      2 +
 .../macros/properties/architectures.h (new)        |     64 +
 .../__support/macros/properties/compiler.h (new)   |     43 +
 .../macros/properties/complex_types.h (new)        |     30 +
 .../macros/properties/cpu_features.h (new)         |    108 +
 .../src/__support/macros/properties/os.h (new)     |     32 +
 .../src/__support/macros/properties/types.h (new)  |     72 +
 .../libc/src/__support/macros/sanitizer.h (new)    |     59 +
 .../src/__support/math/exp_float_constants.h (new) |    145 +
 .../libc/src/__support/math/expf.h (new)           |    116 +
 .../libc/src/__support/math/expf16.h (new)         |    141 +
 .../libc/src/__support/math/expf16_utils.h (new)   |     89 +
 .../libc/src/__support/math/frexpf.h (new)         |     28 +
 .../libc/src/__support/math/frexpf128.h (new)      |     34 +
 .../libc/src/__support/math/frexpf16.h (new)       |     34 +
 .../libc/src/__support/math/ldexpf.h (new)         |     28 +
 .../libc/src/__support/math/ldexpf128.h (new)      |     34 +
 .../libc/src/__support/math/ldexpf16.h (new)       |     34 +
 .../libc/src/__support/math_extras.h (new)         |    160 +
 .../libc/src/__support/memory_size.h (new)         |     92 +
 .../libc/src/__support/number_pair.h (new)         |     26 +
 .../libc/src/__support/ryu_constants.h (new)       |   4404 +
 .../__support/ryu_long_double_constants.h (new)    | 120478 ++++++++++++++++++
 .../llvm-project/libc/src/__support/sign.h (new)   |     45 +
 .../libc/src/__support/str_to_float.h (new)        |   1275 +
 .../libc/src/__support/str_to_integer.h (new)      |    168 +
 .../libc/src/__support/str_to_num_result.h (new)   |     48 +
 .../libc/src/__support/threads/CndVar.h (new)      |     55 +
 .../libc/src/__support/threads/callonce.h (new)    |     41 +
 .../src/__support/threads/fork_callbacks.cpp (new) |     95 +
 .../src/__support/threads/fork_callbacks.h (new)   |     26 +
 .../libc/src/__support/threads/gpu/mutex.h (new)   |     32 +
 .../libc/src/__support/threads/identifier.h (new)  |     50 +
 .../src/__support/threads/linux/CndVar.cpp (new)   |    106 +
 .../src/__support/threads/linux/callonce.cpp (new) |     40 +
 .../src/__support/threads/linux/callonce.h (new)   |     32 +
 .../__support/threads/linux/futex_utils.h (new)    |     88 +
 .../src/__support/threads/linux/futex_word.h (new) |     30 +
 .../libc/src/__support/threads/linux/mutex.h (new) |     90 +
 .../src/__support/threads/linux/raw_mutex.h (new)  |    129 +
 .../src/__support/threads/linux/rwlock.h (new)     |    558 +
 .../src/__support/threads/linux/thread.cpp (new)   |    521 +
 .../libc/src/__support/threads/mutex.h (new)       |     46 +
 .../src/__support/threads/mutex_common.h (new)     |     26 +
 .../libc/src/__support/threads/sleep.h (new)       |     37 +
 .../libc/src/__support/threads/spin_lock.h (new)   |     65 +
 .../libc/src/__support/threads/thread.cpp (new)    |    191 +
 .../libc/src/__support/threads/thread.h (new)      |    257 +
 .../libc/src/__support/time/clock_gettime.h (new)  |     22 +
 .../src/__support/time/gpu/clock_gettime.cpp (new) |     33 +
 .../src/__support/time/gpu/time_utils.cpp (new)    |     22 +
 .../libc/src/__support/time/gpu/time_utils.h (new) |     45 +
 .../src/__support/time/linux/abs_timeout.h (new)   |     50 +
 .../__support/time/linux/clock_conversion.h (new)  |     43 +
 .../__support/time/linux/clock_gettime.cpp (new)   |     62 +
 .../src/__support/time/linux/monotonicity.h (new)  |     44 +
 .../libc/src/__support/time/units.h (new)          |     39 +
 .../__support/time/windows/clock_gettime.cpp (new) |    134 +
 .../time/windows/performance_counter.h (new)       |     35 +
 .../libc/src/__support/uint128.h (new)             |     23 +
 .../__support/wchar/character_converter.cpp (new)  |    174 +
 .../__support/wchar/character_converter.h (new)    |     47 +
 .../libc/src/__support/wchar/mbrtowc.cpp (new)     |     52 +
 .../libc/src/__support/wchar/mbrtowc.h (new)       |     29 +
 .../libc/src/__support/wchar/mbstate.h (new)       |     37 +
 .../src/__support/wchar/string_converter.h (new)   |    110 +
 .../libc/src/__support/wchar/wcrtomb.cpp (new)     |     50 +
 .../libc/src/__support/wchar/wcrtomb.h (new)       |     26 +
 .../libc/src/__support/wcs_to_integer.h (new)      |    155 +
 .../libc/src/__support/wctype_utils.h (new)        |    606 +
 611 files changed, 170014 insertions(+)

-- 
You are receiving this mail because:
You are on the CC list for the bug.