docs: add documentation for `LIBCXX_INCLUDE_TESTS`

Add some missing documentation for the `LIBCXX_INCLUDE_TESTS` option.

Patch by Jean Heyd Meneide!

llvm-svn: 365154
This commit is contained in:
Saleem Abdulrasool 2019-07-04 19:08:16 +00:00
parent 16de81c158
commit bce9d8b138
1 changed files with 6 additions and 0 deletions

View File

@ -288,6 +288,12 @@ libc++ Feature Options
Build libc++ with run time type information.
.. option:: LIBCXX_INCLUDE_TESTS:BOOL
**Default**: ``ON`` (or value of ``LLVM_INCLUDE_DIR``)
Build the libc++ tests.
.. option:: LIBCXX_INCLUDE_BENCHMARKS:BOOL
**Default**: ``ON``