[libcxx-commits] [PATCH] D66675: docs: fix typo in `LIBCXX_HERMETIC_STATIC_LIBRARY`
Yichen Yan via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 23 12:38:11 PDT 2019
oraluben created this revision.
oraluben added reviewers: compnerd, mclow.lists.
oraluben added a project: libc++.
Herald added subscribers: libcxx-commits, ldionne, christof.
Fix a typo in BuildingLibcxx.rst, under `LIBCXX_HERMETIC_STATIC_LIBRARY`
Repository:
rCXX libc++
https://reviews.llvm.org/D66675
Files:
libcxx/docs/BuildingLibcxx.rst
Index: libcxx/docs/BuildingLibcxx.rst
===================================================================
--- libcxx/docs/BuildingLibcxx.rst
+++ libcxx/docs/BuildingLibcxx.rst
@@ -204,7 +204,7 @@
Do not export any symbols from the static libc++ library.
This is useful when the static libc++ library is being linked into shared
libraries that may be used in with other shared libraries that use different
- C++ library. We want to avoid avoid exporting any libc++ symbols in that case.
+ C++ library. We want to avoid exporting any libc++ symbols in that case.
.. option:: LIBCXX_ENABLE_FILESYSTEM:BOOL
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66675.216924.patch
Type: text/x-patch
Size: 619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190823/41606b1c/attachment.bin>
More information about the libcxx-commits
mailing list