[libcxx-commits] [PATCH] D140675: [AIX] Fix libc++ Symbol Visibility on AIX
Chris Bowler via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 3 06:05:14 PST 2023
cebowleratibm added a comment.
I suggest adding a reproducer for the specific error we're seeing on AIX. I expect there is an issue when the affected `bad_function_call` symbols are generated in user objects with hidden visibility, which conflict with the definition provided in the library. A test would document this understanding.
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