[PATCH] D60530: Remove repeated words from BuildingLibcxx.rst
Jonathan Metzman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 10 16:43:51 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL358147: Remove repeated words from BuildingLibcxx.rst (authored by metzman, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D60530?vs=194568&id=194613#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60530/new/
https://reviews.llvm.org/D60530
Files:
libcxx/trunk/docs/BuildingLibcxx.rst
Index: libcxx/trunk/docs/BuildingLibcxx.rst
===================================================================
--- libcxx/trunk/docs/BuildingLibcxx.rst
+++ libcxx/trunk/docs/BuildingLibcxx.rst
@@ -201,7 +201,7 @@
**Default**: ``OFF``
- Do not export any symbols from the static libc++ library. This is useful when
+ 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60530.194613.patch
Type: text/x-patch
Size: 623 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190410/87b33802/attachment.bin>
More information about the llvm-commits
mailing list