[libcxx-commits] [PATCH] D68357: [libc++abi] Do not export some implementation-detail functions

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 3 06:06:00 PDT 2019


ldionne added a comment.

In D68357#1692080 <https://reviews.llvm.org/D68357#1692080>, @smeenai wrote:

> Do we not build libc++abi with `-fvisibility=hidden`? That would also have prevented this, right?


No, we don’t. At least we used not to. And yes, it would have prevented that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68357





More information about the libcxx-commits mailing list