diff options
| author | Louis Dionne <ldionne@apple.com> | 2019-03-19 19:27:29 +0000 |
|---|---|---|
| committer | Louis Dionne <ldionne@apple.com> | 2019-03-19 19:27:29 +0000 |
| commit | f7b43230b844373b421571467864a5fbf644e38d (patch) | |
| tree | b5cd58d906a56409c2db98997f60f4d2020cbd47 /libcxx/docs/BuildingLibcxx.rst | |
| parent | d81df259b3505ba892f2dec1818eada3fe4b56a6 (diff) | |
| download | bcm5719-llvm-f7b43230b844373b421571467864a5fbf644e38d.tar.gz bcm5719-llvm-f7b43230b844373b421571467864a5fbf644e38d.zip | |
Revert "[libc++] Build <filesystem> support as part of the dylib"
When I applied r356500 (https://reviews.llvm.org/D59152), I somehow
deleted all of filesystem's tests. I will revert r356500 and re-apply
it properly.
llvm-svn: 356505
Diffstat (limited to 'libcxx/docs/BuildingLibcxx.rst')
| -rw-r--r-- | libcxx/docs/BuildingLibcxx.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libcxx/docs/BuildingLibcxx.rst b/libcxx/docs/BuildingLibcxx.rst index cb00b89edc1..01f442de3ba 100644 --- a/libcxx/docs/BuildingLibcxx.rst +++ b/libcxx/docs/BuildingLibcxx.rst @@ -224,6 +224,18 @@ libc++experimental Specific Options Install libc++experimental.a alongside libc++. +.. option:: LIBCXX_ENABLE_FILESYSTEM:BOOL + + **Default**: ``ON`` + + Build filesystem as a standalone library libc++fs.a. + +.. option:: LIBCXX_INSTALL_FILESYSTEM_LIBRARY:BOOL + + **Default**: ``LIBCXX_ENABLE_FILESYSTEM AND LIBCXX_INSTALL_LIBRARY`` + + Install libc++fs.a alongside libc++. + .. _ABI Library Specific Options: ABI Library Specific Options |

