diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-10-12 00:00:37 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-10-12 00:00:37 +0000 |
| commit | 612c00df31de52ed3a79cb7440d99ebf967e9b8a (patch) | |
| tree | 8684f574bbb8ff0066f27b73d5298cb0e8638045 /libcxx/docs/TestingLibcxx.rst | |
| parent | 5afd6f7b2ea08fe7026ded8ccafecf8ace9c3209 (diff) | |
| download | bcm5719-llvm-612c00df31de52ed3a79cb7440d99ebf967e9b8a.tar.gz bcm5719-llvm-612c00df31de52ed3a79cb7440d99ebf967e9b8a.zip | |
Make it easier to run the libc++ test suite against libstdc++
llvm-svn: 283958
Diffstat (limited to 'libcxx/docs/TestingLibcxx.rst')
| -rw-r--r-- | libcxx/docs/TestingLibcxx.rst | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst index d4fe152b7a0..94841f40cbe 100644 --- a/libcxx/docs/TestingLibcxx.rst +++ b/libcxx/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/> |

