[libcxx-commits] [PATCH] D116866: [libc++] [test] ASSERT_WITH_LIBRARY_INTERNAL_ALLOCATIONS is not supported on AIX
David Tenty via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 14 09:43:34 PST 2022
daltenty accepted this revision.
daltenty added a comment.
Thanks for picking this up. This looks correct to me from an AIX perspective. Like the other platforms listed, the references are normally tightly bound at link time. While you can get internal replacement of operator new/delete working by turning on run-time linking, that's not the default linking model and potentially will expose you to other issues.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116866/new/
https://reviews.llvm.org/D116866
More information about the libcxx-commits
mailing list