[PATCH] D55404: [libcxx] Support building static library with hidden visibility
Petr Hosek via Phabricator
reviews at reviews.llvm.org
Thu Dec 6 18:18:53 PST 2018
phosek created this revision.
phosek added reviewers: EricWF, ldionne.
Herald added subscribers: libcxx-commits, christof, mgorny.
This is useful when static libc++ library is being linked into
shared libraries that may be used in combination with libraries.
We want to avoid we exporting libc++ symbols in those cases where
this option is useful. This is provided as a CMake option and can
be enabled by libc++ vendors as needed.
Repository:
rCXX libc++
https://reviews.llvm.org/D55404
Files:
libcxx/CMakeLists.txt
libcxx/lib/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55404.177091.patch
Type: text/x-patch
Size: 5812 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20181207/4a776c1d/attachment.bin>
More information about the libcxx-commits
mailing list