summaryrefslogtreecommitdiffstats
path: root/libcxx/docs
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-09-07 01:15:10 +0000
committerEric Fiselier <eric@efcs.ca>2016-09-07 01:15:10 +0000
commit309a50aefb7840184487b429441d9cc448ab45fb (patch)
tree3d936be27f1c9839b0c3cd2a6bef8446d10f05ca /libcxx/docs
parent24c29b1426f17d606f49a3e405d18ea574bff7f2 (diff)
downloadbcm5719-llvm-309a50aefb7840184487b429441d9cc448ab45fb.tar.gz
bcm5719-llvm-309a50aefb7840184487b429441d9cc448ab45fb.zip
Enable installation of libc++experimental by default.
When libc++experimental was originally created it was empty and therefore there was no reason to install it. Now that the library contains <experimental/memory_resource> and <experimental/filesystem> there is a good reason to install it. Specifically this patch enables the installation whenever LIBCXX_INSTALL_LIBRARY is true and LIBCPP_ENABLE_EXPERIMENTAL_LIBRARY is true. llvm-svn: 280773
Diffstat (limited to 'libcxx/docs')
-rw-r--r--libcxx/docs/BuildingLibcxx.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/BuildingLibcxx.rst b/libcxx/docs/BuildingLibcxx.rst
index 219109ed64e..5e506b84515 100644
--- a/libcxx/docs/BuildingLibcxx.rst
+++ b/libcxx/docs/BuildingLibcxx.rst
@@ -179,7 +179,7 @@ libc++experimental Specific Options
.. option:: LIBCXX_INSTALL_EXPERIMENTAL_LIBRARY:BOOL
- **Default**: ``OFF``
+ **Default**: ``LIBCXX_ENABLE_EXPERIMENTAL_LIBRARY AND LIBCXX_INSTALL_LIBRARY``
Install libc++experimental.a alongside libc++.
OpenPOWER on IntegriCloud