[libcxx-commits] [PATCH] D68269: [libc++abi] Do not define new/delete by default

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 1 11:59:02 PDT 2020


ldionne updated this revision to Diff 295642.
ldionne added a comment.

Move new/delete to libc++abi instead of libc++.

This is the suggestion that had been informally approved in the review but
not implemented yet.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68269/new/

https://reviews.llvm.org/D68269

Files:
  libcxx/CMakeLists.txt
  libcxx/cmake/caches/Apple.cmake
  libcxx/docs/ReleaseNotes.rst
  libcxx/lib/abi/CHANGELOG.TXT
  libcxx/lib/abi/CMakeLists.txt
  libcxx/lib/abi/x86_64-apple-darwin.v1.abilist
  libcxx/lib/abi/x86_64-unknown-linux-gnu.v1.abilist
  libcxx/src/CMakeLists.txt
  libcxxabi/CMakeLists.txt
  libcxxabi/src/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68269.295642.patch
Type: text/x-patch
Size: 15936 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201001/8875685f/attachment.bin>


More information about the libcxx-commits mailing list