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

Jake Egan via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Apr 23 12:31:18 PDT 2022


Jake-Egan added a comment.

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

> It's something unique to AIX that we add shared objects to archives for our usual shared library implementation. I'm guessing with this implementation of the patch, we'll end up dumping all symbols together regardless of what archive member they belong to?
>
> (Perhaps that's an acceptable limitation for the moment, since in the libc++ build we will only typically have the one shared object)

Yes, it dumps all symbols regardless of the archive member it's from. I could update the patch to address this if it's necessary.


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