[libcxx-commits] [PATCH] D153035: [libc++] Make libc++ and libc++abi's definitions of operator new be exact copies
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 15 08:15:37 PDT 2023
ldionne created this revision.
Herald added a project: All.
ldionne requested review of this revision.
Herald added projects: libc++, libc++abi.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Herald added a reviewer: libc++abi.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D153035
Files:
libcxx/src/new.cpp
libcxxabi/src/stdlib_new_delete.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153035.531763.patch
Type: text/x-patch
Size: 7345 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230615/4d166d9e/attachment-0001.bin>
More information about the libcxx-commits
mailing list