[libcxx-commits] [PATCH] D120162: [libcxx][test] Test visibility option before using it

David Tenty via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 7 10:15:05 PST 2022


daltenty added a comment.

We could pass the linker an export list with the desired visibility for the functions in test on AIX if we need the visibility for the test. This is likely what we'll have to do in other places in libc++ until clang on AIX has real visibility support.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120162



More information about the libcxx-commits mailing list