[libcxx] r290441 - Update TestingLibcxx doc to reflect the use_system_cxx_lib flag. Patch from Michael Park
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 23 11:09:14 PST 2016
Author: ericwf
Date: Fri Dec 23 13:09:14 2016
New Revision: 290441
URL: http://llvm.org/viewvc/llvm-project?rev=290441&view=rev
Log:
Update TestingLibcxx doc to reflect the use_system_cxx_lib flag. Patch from Michael Park
Modified:
libcxx/trunk/docs/TestingLibcxx.rst
Modified: libcxx/trunk/docs/TestingLibcxx.rst
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/TestingLibcxx.rst?rev=290441&r1=290440&r2=290441&view=diff
==============================================================================
--- libcxx/trunk/docs/TestingLibcxx.rst (original)
+++ libcxx/trunk/docs/TestingLibcxx.rst Fri Dec 23 13:09:14 2016
@@ -130,7 +130,7 @@ configuration. Passing the option on the
Specify the directory of the libc++ library to be tested. By default the
library folder of the build directory is used. This option cannot be used
- when use_system_lib is provided.
+ when use_system_cxx_lib is provided.
.. option:: cxx_runtime_root=<path/to/lib/>
@@ -139,9 +139,9 @@ configuration. Passing the option on the
is not added to the linkers search path. This can be used to compile tests
against one version of libc++ and run them using another. The default value
for this option is `cxx_library_root`. This option cannot be used
- when use_system_lib is provided.
+ when use_system_cxx_lib is provided.
-.. option:: use_system_lib=<bool>
+.. option:: use_system_cxx_lib=<bool>
**Default**: False
More information about the cfe-commits
mailing list