Enable installation of libc++experimental by default.
authorEric Fiselier <eric@efcs.ca>
Wed, 7 Sep 2016 01:15:10 +0000 (01:15 +0000)
committerEric Fiselier <eric@efcs.ca>
Wed, 7 Sep 2016 01:15:10 +0000 (01:15 +0000)
commit309a50aefb7840184487b429441d9cc448ab45fb
tree3d936be27f1c9839b0c3cd2a6bef8446d10f05ca
parent24c29b1426f17d606f49a3e405d18ea574bff7f2
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
libcxx/CMakeLists.txt
libcxx/docs/BuildingLibcxx.rst