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.
Details
Details
- Reviewers
mclow.lists EricWF
Diff Detail
Diff Detail
- Build Status
Buildable 1466 Build 1466: arc lint + arc unit
Event Timeline
Comment Actions
Could you please add doc for this macro under http://libcxx.llvm.org/docs/UsingLibcxx.html#libc-configuration-macros
Comment Actions
Could you please add doc for this macro under http://libcxx.llvm.org/docs/UsingLibcxx.html#libc-configuration-macros
I'll update D26934