[libcxx-commits] [PATCH] D112168: [libc++]Use __libcpp_malloc/__libcpp_calloc in places of malloc/calloc

Xing Xue via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 26 13:30:53 PDT 2021


xingxue abandoned this revision.
xingxue added a comment.

The code block mapping `malloc/calloc` to `vec_malloc/vec_calloc` in `AIX` header `stdlib.h` is enabled by macro `_ALL_SOURCE` which is defined for building the `libc++`/`libc++abi` on `AIX`. As per discussion, we think it is a good idea not to define it. So, this patch is no longer needed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112168



More information about the libcxx-commits mailing list