[libcxx-commits] [PATCH] D124165: [libcxx][AIX] Enable ABI list checking for XCOFF
David Tenty via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 21 07:38:26 PDT 2022
daltenty added a comment.
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, 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)
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