[all-commits] [llvm/llvm-project] 7d3844: [libc++] Replace the of use custom sections for de...

Petr Hosek via All-commits all-commits at lists.llvm.org
Fri Jul 10 19:46:17 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d38440aecf6c131f3c8887afea759b102ae2704
      https://github.com/llvm/llvm-project/commit/7d38440aecf6c131f3c8887afea759b102ae2704
  Author: Petr Hosek <phosek at google.com>
  Date:   2026-07-10 (Fri, 10 Jul 2026)

  Changed paths:
    M libcxx/src/include/overridable_function.h

  Log Message:
  -----------
  [libc++] Replace the of use custom sections for detecting overriden functions (#208330)

This is a follow up to #133876 and an alternative to #120805 which
doesn't rely on aliases and works across both ELF and Mach-O. This
mechanism is preferable in baremetal environments since it doesn't
require special handling of the custom sections.



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