summaryrefslogtreecommitdiffstats
path: root/libcxx/docs
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-04-20 04:17:39 +0000
committerEric Fiselier <eric@efcs.ca>2016-04-20 04:17:39 +0000
commitf40dd3278e48ab00a0fc0ec4373965ac212e762c (patch)
tree4fb03214931000be434e280103d3bf455b340c91 /libcxx/docs
parent2c719cc11781bba190687b3a68fea88d88e2fef8 (diff)
downloadbcm5719-llvm-f40dd3278e48ab00a0fc0ec4373965ac212e762c.tar.gz
bcm5719-llvm-f40dd3278e48ab00a0fc0ec4373965ac212e762c.zip
Add cxx_runtime_root options for testing against a different libc++ at runtime
llvm-svn: 266855
Diffstat (limited to 'libcxx/docs')
-rw-r--r--libcxx/docs/TestingLibcxx.rst17
1 files changed, 13 insertions, 4 deletions
diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst
index 98162d9c2e0..5aecc07c744 100644
--- a/libcxx/docs/TestingLibcxx.rst
+++ b/libcxx/docs/TestingLibcxx.rst
@@ -118,11 +118,20 @@ configuration. Passing the option on the command line will override the default.
Specify the libc++ headers that are tested. By default the headers in the
source tree are used.
-.. option:: libcxx_library=<path/to/libc++.so>
+.. option:: cxx_library_root=<path/to/lib/>
- Specify the libc++ library that is tested. By default the library in the
- build directory is used. This option cannot be used when use_system_lib is
- provided.
+ 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.
+
+
+.. option:: cxx_runtime_root=<path/to/lib/>
+
+ Specify the directory of the libc++ library to use at runtime. This directory
+ 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.
.. option:: use_system_lib=<bool>
OpenPOWER on IntegriCloud