[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
Thu Feb 2 13:08:37 PST 2023


daltenty added inline comments.


================
Comment at: libcxx/include/__config:161
+// in the library, so we need to always rely on the library version.
+#  if defined(_AIX)
+#    define _LIBCPP_ABI_BAD_FUNCTION_CALL_KEY_FUNCTION
----------------
Please clang-format this. See:
https://buildkite.com/llvm-project/libcxx-ci/builds/18490#0186136d-9db4-4162-84b3-3ea430f44654


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