[libcxx-commits] [PATCH] D140675: [AIX][libc++] Always opt in to _LIBCPP_ABI_BAD_FUNCTION_CALL_KEY_FUNCTION

David Tenty via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 21 09:38:45 PST 2023


daltenty added a comment.

In D140675#4132958 <https://reviews.llvm.org/D140675#4132958>, @philnik wrote:

> Sorry for chiming in so late, but I've got D142842 <https://reviews.llvm.org/D142842> to remove `_LIBCPP_ABI_BAD_FUNCTION_CALL_KEY_FUNCTION`. IIUC that should also fix your problem, right?

Unfortunately, as I've described in https://reviews.llvm.org/D142842, we already rely on the symbols in the dylib in the AIX linkage model, so removing it won't really work for us.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140675



More information about the libcxx-commits mailing list