[PATCH] D50652: [libcxx] By default, do not use internal_linkage to hide symbols from the ABI
Louis Dionne via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 14 13:40:04 PDT 2018
ldionne updated this revision to Diff 160680.
ldionne added a comment.
Herald added a subscriber: mgorny.
Add a way to change the default behavior of _LIBCPP_HIDE_FROM_ABI at build time. Also, rename the macro to _LIBCPP_ABI_HIDDEN_USE_INTERNAL_LINKAGE to align with other ABI-related macros.
Repository:
rCXX libc++
https://reviews.llvm.org/D50652
Files:
libcxx/CMakeLists.txt
libcxx/docs/BuildingLibcxx.rst
libcxx/docs/DesignDocs/VisibilityMacros.rst
libcxx/include/__config
libcxx/include/__config_site.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50652.160680.patch
Type: text/x-patch
Size: 4970 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180814/46e2d8c0/attachment-0001.bin>
More information about the cfe-commits
mailing list