[libc-commits] [libc] [libc] Add `link.h` and `elf.h` headers (PR #97924)

Schrodinger ZHU Yifan via libc-commits libc-commits at lists.llvm.org
Sat Jul 6 17:05:48 PDT 2024


================
@@ -89,6 +89,9 @@ add_header(thrd_t HDR thrd_t.h DEPENDS .__thread_type)
 add_header(tss_t HDR tss_t.h)
 add_header(tss_dtor_t HDR tss_dtor_t.h)
 add_header(__atexithandler_t HDR __atexithandler_t.h)
+add_header(Dl_info HDR Dl_info.h)
+add_header(struct_dl_phdr_info HDR struct_dl_phdr_info.h)
+add_header(__dl_iterate_phdr_callback_t HDR __dl_iterate_phdr_callback_t.h)
----------------
SchrodingerZhu wrote:

add dependency to `size_t`?

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


More information about the libc-commits mailing list