diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-12-23 19:09:14 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-12-23 19:09:14 +0000 |
| commit | aaec00aed5a8963ba6f421c9620332228352f4b0 (patch) | |
| tree | 15e72417484702f00ab7ca2ed0acd2ce48b5e214 /libcxx/docs/TestingLibcxx.rst | |
| parent | 277799a2e95cd625e595da62cbad6df42a465bba (diff) | |
| download | bcm5719-llvm-aaec00aed5a8963ba6f421c9620332228352f4b0.tar.gz bcm5719-llvm-aaec00aed5a8963ba6f421c9620332228352f4b0.zip | |
Update TestingLibcxx doc to reflect the use_system_cxx_lib flag. Patch from Michael Park
llvm-svn: 290441
Diffstat (limited to 'libcxx/docs/TestingLibcxx.rst')
| -rw-r--r-- | libcxx/docs/TestingLibcxx.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst index 651d730aa48..e4292764c4d 100644 --- a/libcxx/docs/TestingLibcxx.rst +++ b/libcxx/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 |

