[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
Wed Oct 2 12:44:45 PDT 2019
ldionne added subscribers: phosek, danalbert, dim.
ldionne added a comment.
Pinging vendors for awareness of the change: @phosek @danalbert @dim
This is going in soon and will require a change in how you build libc++abi if you need new/delete definitions to be provided in `libc++abi.so`, namely to use `-DLIBCXXABI_ENABLE_NEW_DELETE_DEFINITIONS=ON` when you configure CMake for libc++abi.
The upshot of this change is that by default, we won't get both definitions in libc++ and libc++abi, thus unbreaking the default configuration.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68269/new/
https://reviews.llvm.org/D68269
More information about the libcxx-commits
mailing list