mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2024-11-23 11:59:52 +00:00
[libc++] Fix typo in documentation for LIBCXX_HERMETIC_STATIC_LIBRARY
Thanks to Yichen Yan for the patch. Differential Revision: https://reviews.llvm.org/D66675 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@369800 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ba34f51708
commit
78af550193
@ -204,7 +204,7 @@ libc++ specific options
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user