[libcxx-commits] [PATCH] D142842: [libc++] Remove _LIBCPP_ABI_BAD_FUNCTION_CALL_KEY_FUNCTION
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 10 11:05:47 PST 2023
ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.
I don't understand how that's not an ABI break. When `_LIBCPP_ABI_BAD_FUNCTION_CALL_GOOD_WHAT_MESSAGE` is not defined (i.e. in the stable ABI), we don't have a key function. https://reviews.llvm.org/D92397 may be interesting to consult for additional context.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142842/new/
https://reviews.llvm.org/D142842
More information about the libcxx-commits
mailing list