[libcxx-commits] [PATCH] D88301: [libc++] Clean up logic around aligned/sized allocation and deallocation
Hubert Tong via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Sep 25 10:46:11 PDT 2020
hubert.reinterpretcast added subscribers: fanbo-meng, abhina.sreeskantharajan, zibi, Kai, hubert.reinterpretcast.
hubert.reinterpretcast added a comment.
I don't think this patch makes sense given D87611 <https://reviews.llvm.org/D87611>. @Kai, @fanbo-meng, @abhina.sreeskantharajan, @zibi, fya.
<stdin>:6:3: error: aligned allocation function of type 'void *(unsigned long, enum std::align_val_t)' is not available on z/OS
__builtin_operator_new(sizeof(int), static_cast<std::align_val_t>(16));
^
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88301/new/
https://reviews.llvm.org/D88301
More information about the libcxx-commits
mailing list