[all-commits] [llvm/llvm-project] d53cf0: [libc++] Make libc++ and libc++abi's definitions o...

Louis Dionne via All-commits all-commits at lists.llvm.org
Fri Jun 16 06:40:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d53cf0fdd1047534e309fb7a27bd25a962be1c83
      https://github.com/llvm/llvm-project/commit/d53cf0fdd1047534e309fb7a27bd25a962be1c83
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2023-06-16 (Fri, 16 Jun 2023)

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

  Log Message:
  -----------
  [libc++] Make libc++ and libc++abi's definitions of operator new be exact copies

This allows mechanically copying any changes made to `operator new`
from libc++ into libc++abi as-is. This is also a step towards
de-duplicating this code entirely.

Differential Revision: https://reviews.llvm.org/D153035




More information about the All-commits mailing list