[PATCH] D26934: [libc++] Add _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS

Shoaib Meenai via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 21 14:00:40 PST 2016


smeenai created this revision.
smeenai added reviewers: mclow.lists, EricWF.
smeenai added a subscriber: cfe-commits.

It's useful to be able to disable visibility annotations entirely; for
example, if we're building libc++ static to include in another library,
and we don't want any libc++ functions getting exported out of that
library. This is a generalization of _LIBCPP_DISABLE_DLL_IMPORT_EXPORT.


https://reviews.llvm.org/D26934

Files:
  include/__config

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26934.78778.patch
Type: text/x-patch
Size: 3351 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161121/bdf1155b/attachment.bin>


More information about the cfe-commits mailing list