[all-commits] [llvm/llvm-project] 3956a3: [libc++] Move non operator new definitions outside...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Jun 19 06:47:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3956a34e4fc6994021e8f3cbcb81a02161ce15e0
https://github.com/llvm/llvm-project/commit/3956a34e4fc6994021e8f3cbcb81a02161ce15e0
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-06-19 (Mon, 19 Jun 2023)
Changed paths:
M libcxx/src/CMakeLists.txt
M libcxx/src/new.cpp
A libcxx/src/new_helpers.cpp
Log Message:
-----------
[libc++] Move non operator new definitions outside of new.cpp
This makes it such that new.cpp contains only the definitions of
operator new and operator delete, like its libc++abi counterpart.
Differential Revision: https://reviews.llvm.org/D153136
More information about the All-commits
mailing list