forked from OSchip/llvm-project
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:
parent
16de81c158
commit
bce9d8b138
|
@ -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``
|
||||
|
|
Loading…
Reference in New Issue