[libcxx-commits] [PATCH] D124165: [libcxx][AIX] Enable ABI list checking for XCOFF

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 10 06:35:13 PDT 2022


ldionne added a comment.

In D124165#3475586 <https://reviews.llvm.org/D124165#3475586>, @daltenty wrote:

> @ldionne It's worth noting what's in this patch right now won't be our final ABI lists unfortunately. Our build compiler currently doesn't implement visibility support, so `_LIBCPP_HIDE_FROM_ABI` and friends don't have the intended effect.  We're actively working on visibility for LLVM 15, but until that is all in we won't have a build compiler that can generate a stable ABI.
>
> What's your preference for how we should handle this? If you're ok with a bit of churn in the lists till we stabilize I think this can land as is. If not we could potentially use a development clang for the CI with ABI checks on (once that's available).

Sorry, I missed that. But yes, I think it's OK to adjust the ABI lists afterwards. Let's land this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124165



More information about the libcxx-commits mailing list