[PATCH] D66675: docs: fix typo in `LIBCXX_HERMETIC_STATIC_LIBRARY`
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 23 12:47:04 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL369800: [libc++] Fix typo in documentation for LIBCXX_HERMETIC_STATIC_LIBRARY (authored by ldionne, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D66675?vs=216924&id=216930#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66675/new/
https://reviews.llvm.org/D66675
Files:
libcxx/trunk/docs/BuildingLibcxx.rst
Index: libcxx/trunk/docs/BuildingLibcxx.rst
===================================================================
--- libcxx/trunk/docs/BuildingLibcxx.rst
+++ libcxx/trunk/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.216930.patch
Type: text/x-patch
Size: 637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190823/c91238ae/attachment.bin>
More information about the llvm-commits
mailing list