diff options
Diffstat (limited to 'libcxx/docs/BuildingLibcxx.rst')
-rw-r--r-- | libcxx/docs/BuildingLibcxx.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/BuildingLibcxx.rst b/libcxx/docs/BuildingLibcxx.rst index fb22a1df928..29a3a2ce48d 100644 --- a/libcxx/docs/BuildingLibcxx.rst +++ b/libcxx/docs/BuildingLibcxx.rst @@ -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. |