[libcxx-commits] [libcxx] r358147 - Remove repeated words from BuildingLibcxx.rst
Jonathan Metzman via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 10 16:44:27 PDT 2019
Author: metzman
Date: Wed Apr 10 16:44:27 2019
New Revision: 358147
URL: http://llvm.org/viewvc/llvm-project?rev=358147&view=rev
Log:
Remove repeated words from BuildingLibcxx.rst
Summary: Remove repeated words from docs.
Reviewers: phosek
Reviewed By: phosek
Subscribers: christof
Differential Revision: https://reviews.llvm.org/D60530
Modified:
libcxx/trunk/docs/BuildingLibcxx.rst
Modified: libcxx/trunk/docs/BuildingLibcxx.rst
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/BuildingLibcxx.rst?rev=358147&r1=358146&r2=358147&view=diff
==============================================================================
--- libcxx/trunk/docs/BuildingLibcxx.rst (original)
+++ libcxx/trunk/docs/BuildingLibcxx.rst Wed Apr 10 16:44:27 2019
@@ -201,7 +201,7 @@ libc++ specific options
**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.
More information about the libcxx-commits
mailing list