[libcxx-commits] [libcxx] 92b758c - [libcxx][doc] Update the build documentation.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 28 22:57:32 PDT 2021


Author: Mark de Wever
Date: 2021-07-29T07:57:10+02:00
New Revision: 92b758cf3d706b117d59490cd85d23b764cc749f

URL: https://github.com/llvm/llvm-project/commit/92b758cf3d706b117d59490cd85d23b764cc749f
DIFF: https://github.com/llvm/llvm-project/commit/92b758cf3d706b117d59490cd85d23b764cc749f.diff

LOG: [libcxx][doc] Update the build documentation.

These are the hunks of
  D106770 [libc++][doc] Update the release notes
that are relevant for main.

Added: 
    

Modified: 
    libcxx/docs/BuildingLibcxx.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/BuildingLibcxx.rst b/libcxx/docs/BuildingLibcxx.rst
index 399f00be0abc2..a29a05b8f7f7b 100644
--- a/libcxx/docs/BuildingLibcxx.rst
+++ b/libcxx/docs/BuildingLibcxx.rst
@@ -246,10 +246,10 @@ libc++ specific options
 
 .. option:: LIBCXX_ENABLE_FILESYSTEM:BOOL
 
-   **Default**: ``ON`` except on Windows.
+   **Default**: ``ON`` except on Windows when using MSVC.
 
    This option can be used to enable or disable the filesystem components on
-   platforms that may not support them. For example on Windows.
+   platforms that may not support them. For example on Windows when using MSVC.
 
 .. option:: LIBCXX_ENABLE_INCOMPLETE_FEATURES:BOOL
 


        


More information about the libcxx-commits mailing list