diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-05-05 06:30:05 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-05-05 06:30:05 +0000 |
commit | d742bcc9f6336736786ecf4d03814e8086154a0c (patch) | |
tree | 40b74c6e457e903b2116bfa77c73499efa88d9b0 | |
parent | 2516bcd01c9121fc017cbb160877cbe16fbac7a0 (diff) | |
download | bcm5719-llvm-d742bcc9f6336736786ecf4d03814e8086154a0c.tar.gz bcm5719-llvm-d742bcc9f6336736786ecf4d03814e8086154a0c.zip |
Try and fix sphinx build
llvm-svn: 268613
-rw-r--r-- | libcxx/docs/TestingLibcxx.rst | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst index 5aecc07c744..15605ab8fcc 100644 --- a/libcxx/docs/TestingLibcxx.rst +++ b/libcxx/docs/TestingLibcxx.rst @@ -98,7 +98,7 @@ configuration. Passing the option on the command line will override the default. .. program:: lit -.. option:: cxx_under_test=<path/to/compiler> +.. option:: cxx_under_test=path/to/compiler Specify the compiler used to build the tests. @@ -108,24 +108,24 @@ configuration. Passing the option on the command line will override the default. Change the standard version used when building the tests. -.. option:: libcxx_site_config=<path/to/lit.site.cfg> +.. option:: libcxx_site_config=path/to/lit.site.cfg 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:: libcxx_headers=path/to/headers Specify the libc++ headers that are tested. By default the headers in the source tree are used. -.. option:: cxx_library_root=<path/to/lib/> +.. option:: cxx_library_root=path/to/lib/ 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/> +.. 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 @@ -155,12 +155,12 @@ configuration. Passing the option on the command line will override the default. option is used only flags specified using the compile_flags and link_flags will be used. -.. option:: compile_flags="<list-of-args>" +.. option:: compile_flags="list-of-args" Specify additional compile flags as a space delimited string. Note: This options should not be used to change the standard version used. -.. option:: link_flags="<list-of-args>" +.. option:: link_flags="list-of-args" Specify additional link flags as a space delimited string. @@ -188,7 +188,7 @@ configuration. Passing the option on the command line will override the default. Environment Variables --------------------- -.. envvar:: LIBCXX_SITE_CONFIG=<path/to/lit.site.cfg> +.. envvar:: LIBCXX_SITE_CONFIG=path/to/lit.site.cfg Specify the site configuration to use when running the tests. Also see :option:`libcxx_site_config`. |