summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-10-12 00:00:37 +0000
committerEric Fiselier <eric@efcs.ca>2016-10-12 00:00:37 +0000
commit53003593a2257fe9111a1bc66e6ef88fe88d41f9 (patch)
tree9d15d6d5e58d758ffbf4e5ecd21cf7e99eebfdd6 /docs
parent508f208ae9fe8afa4cccea0763ffc99662433886 (diff)
Make it easier to run the libc++ test suite against libstdc++
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@283958 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/TestingLibcxx.rst12
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/TestingLibcxx.rst b/docs/TestingLibcxx.rst
index d4fe152b7..94841f40c 100644
--- a/docs/TestingLibcxx.rst
+++ b/docs/TestingLibcxx.rst
@@ -102,6 +102,12 @@ configuration. Passing the option on the command line will override the default.
Specify the compiler used to build the tests.
+.. option:: --cxx_stdlib_under_test=[libc++, libstdc++, cxx_default]
+
+ Specify the C++ standard library being tested. Unless otherwise specified
+ libc++ is used. This option is intended to allow running the libc++ test
+ suite against other standard library implementations.
+
.. option:: std=<standard version>
**Values**: c++98, c++03, c++11, c++14, c++1z
@@ -113,10 +119,10 @@ configuration. Passing the option on the command line will override the default.
Specify the site configuration to use when running the tests. This option
overrides the enviroment variable LIBCXX_SITE_CONFIG.
-.. option:: --libcxx_headers=<path/to/headers>
+.. option:: --cxx_headers=<path/to/headers>
- Specify the libc++ headers that are tested. By default the headers in the
- source tree are used.
+ Specify the c++ standard library headers that are tested. By default the
+ headers in the source tree are used.
.. option:: --cxx_library_root=<path/to/lib/>