[libc-commits] [libc] [libc] add dl_iterate_phdr and dladdr (PR #121179)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Fri Dec 27 09:23:27 PST 2024


jhuber6 wrote:

I'd assume we'd want our own implementation for this stuff. I've long adovated for just taking LLVM's ELF header and porting the few places it uses STL types to just use internal ones.

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


More information about the libc-commits mailing list