[libc-commits] [libc] [libc] add dl_iterate_phdr and dladdr (PR #121179)
Sam James via libc-commits
libc-commits at lists.llvm.org
Thu Dec 26 21:34:24 PST 2024
================
@@ -0,0 +1,57 @@
+//===-- Implementation of dl_iterate_phdr ---------------------------------===//
----------------
thesamesam wrote:
I thought that this PR was just to make libunwind work (per PR description), hence `dladdr` being a stub, but we have a real implementation here for `dl_iterate_phdr`?
https://github.com/llvm/llvm-project/pull/121179
More information about the libc-commits
mailing list