[all-commits] [llvm/llvm-project] 0dc1b1: [libc] Install dladdr on X86 (#156500)

Aiden Grossman via All-commits all-commits at lists.llvm.org
Tue Sep 2 16:23:08 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0dc1b168a660969f6f99f3238b908c1e3be5ed2d
      https://github.com/llvm/llvm-project/commit/0dc1b168a660969f6f99f3238b908c1e3be5ed2d
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-09-02 (Tue, 02 Sep 2025)

  Changed paths:
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/hdr/types/CMakeLists.txt
    A libc/hdr/types/dl_info.h
    M libc/src/dlfcn/CMakeLists.txt
    M libc/src/dlfcn/dladdr.cpp
    M libc/src/dlfcn/dladdr.h

  Log Message:
  -----------
  [libc] Install dladdr on X86 (#156500)

This patch adds dladdr to the X86 entrypoints and also does the
necessary plumbing so that dladdr.cpp will actually compile.

This depends on #156195.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list