[PATCH] D25208: [libc++] Make _LIBCPP_TYPE_VIS export members

Shoaib Meenai via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 19 06:51:04 PDT 2016


smeenai added a comment.

Ping.

The way I see it, this doesn't change anything for people not building with hidden visibility (which should be most people, including the buildbots), but it does make `_LIBCPP_TYPE_VIS` more useful (and consistent with the existing Windows behavior) for people building (or attempting to build) with hidden visibility.


https://reviews.llvm.org/D25208





More information about the cfe-commits mailing list