[libcxx-commits] [PATCH] D96720: Define new/delete in libc++ when using libcxxrt

Dimitry Andric via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 15 09:27:53 PST 2021


dim retitled this revision from "Summary:
Always turn on LIBCXX_ENABLE_NEW_DELETE_DEFINITIONS, if libcxxrt is used
as the C++ ABI library, since libcxxrt does not provide the full set of
new and delete operators. In particular, the aligned versions of these
operators are..." to "Define new/delete in libc++ when using libcxxrt".
dim edited the summary of this revision.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96720



More information about the libcxx-commits mailing list