[libcxx-commits] [PATCH] D64214: Add documentation for LIBCXX_INCLUDE_TESTS option

ThePhD via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 4 11:44:24 PDT 2019


ThePhD created this revision.
ThePhD added a reviewer: compnerd.
Herald added subscribers: libcxx-commits, ldionne, christof.

This patch just adds some missing documentation that was not previously present.


Repository:
  rCXX libc++

https://reviews.llvm.org/D64214

Files:
  libcxx/docs/BuildingLibcxx.rst


Index: libcxx/docs/BuildingLibcxx.rst
===================================================================
--- libcxx/docs/BuildingLibcxx.rst
+++ libcxx/docs/BuildingLibcxx.rst
@@ -288,6 +288,12 @@
 
   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``


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64214.208066.patch
Type: text/x-patch
Size: 448 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190704/f940873c/attachment.bin>


More information about the libcxx-commits mailing list