mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 16:29:50 +08:00
A initial commit for #97929, this adds a stub implementation for `dladdr` and includes the definition for the `DL_info` type used as one of its arguments. While the `dladdr` implementation relies on dynamic linker support, this patch will add its prototype in the generated `dlfcn.h` header so that it can be used by downstream platforms that have their own `dladdr` implementation.