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

Izaak Schroeder via libc-commits libc-commits at lists.llvm.org
Sat Jul 6 17:22:40 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)
----------------
izaakschroeder wrote:

Sorry, not all that familiar with cmake and this setup. Did my best, let me know if you think I forgot any others 😄 

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


More information about the libc-commits mailing list