[all-commits] [llvm/llvm-project] 25a03c: [libcxx][NFC] Use macros for functions that suppor...

Petr Hosek via All-commits all-commits at lists.llvm.org
Fri May 9 11:25:36 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 25a03c1c7cec62ad7b6ed7a176df4e91ba968332
      https://github.com/llvm/llvm-project/commit/25a03c1c7cec62ad7b6ed7a176df4e91ba968332
  Author: Petr Hosek <phosek at google.com>
  Date:   2025-05-09 (Fri, 09 May 2025)

  Changed paths:
    M libcxx/src/include/overridable_function.h
    M libcxx/src/new.cpp
    M libcxxabi/src/stdlib_new_delete.cpp

  Log Message:
  -----------
  [libcxx][NFC] Use macros for functions that support overriding detection (#133876)

We plan to replace the existing mechanism for overriding detection with
one that doesn't require the use of a special section as an alternative
to llvm/llvm-project#120805 which had other downsides.

This change is a pure refactoring that lays the foundation for a
subsequent change that will introduce the new detection mechanism.



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