Pārlūkot izejas kodu

Update TestingLibcxx doc to reflect the use_system_cxx_lib flag. Patch from Michael Park

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@290441 91177308-0d34-0410-b5e6-96231b3b80d8
Eric Fiselier 8 gadi atpakaļ
vecāks
revīzija
904a9cb99d
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      docs/TestingLibcxx.rst

+ 3 - 3
docs/TestingLibcxx.rst

@@ -130,7 +130,7 @@ configuration. Passing the option on the command line will override the default.
 
   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 command line will override the default.
   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