[libc-commits] [clang] [libc] [libc] Provide a minimal implementation of elf.h (PR #172766)
Petr Hosek via libc-commits
libc-commits at lists.llvm.org
Mon Jan 12 10:55:44 PST 2026
================
@@ -71,9 +71,11 @@ add_object_library(
libc.src.__support.threads.callonce
libc.src.__support.threads.linux.futex_word_type
libc.src.__support.OSUtil.linux.auxv
- libc.hdr.types.struct_timeval
- libc.hdr.types.struct_timespec
+ libc.hdr.link_macros
+ libc.hdr.sys_auxv_macros
libc.hdr.types.clockid_t
+ libc.hdr.types.struct_timespec
+ libc.hdr.types.struct_timeval
libc.hdr.types.time_t
- libc.hdr.link_macros
+ libc.include.elf
----------------
petrhosek wrote:
Done
https://github.com/llvm/llvm-project/pull/172766
More information about the libc-commits
mailing list