[PATCH] D53879: Make libc++'s versioning namespace customizable
Eric Fiselier via Phabricator
reviews at reviews.llvm.org
Tue Oct 30 11:50:08 PDT 2018
EricWF created this revision.
EricWF added reviewers: mclow.lists, ldionne.
Herald added a subscriber: mgorny.
This patch makes the versioning namespace libc++ uses customizable by the user using `-DLIBCXX_ABI_NAMESPACE=__foo`.
This allows users to build custom versions of libc++ which can be linked into binaries with other libc++ versions without causing symbol conflicts or ODR issues.
Repository:
rCXX libc++
https://reviews.llvm.org/D53879
Files:
CMakeLists.txt
docs/BuildingLibcxx.rst
include/__config
include/__config_site.in
src/iostream.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53879.171750.patch
Type: text/x-patch
Size: 7760 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20181030/ba233a62/attachment.bin>
More information about the libcxx-commits
mailing list