[libc-commits] [libc] [libc] expose aux vector (PR #75806)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Mon Dec 18 11:23:59 PST 2023


================
@@ -115,12 +115,7 @@ static void call_fini_array_callbacks() {
 } // namespace LIBC_NAMESPACE
 
 using LIBC_NAMESPACE::app;
-
-// TODO: Would be nice to use the aux entry structure from elf.h when available.
----------------
nickdesaulniers wrote:

This commit drops the TODO about elf.h.

I *think* these types should eventually be `Elf64_auxv_t`. Or `ElfW(auxv_t)`.  I think we should retain that TODO.

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


More information about the libc-commits mailing list