diff options
Diffstat (limited to 'libcxx/www/lit_usage.html')
-rw-r--r-- | libcxx/www/lit_usage.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libcxx/www/lit_usage.html b/libcxx/www/lit_usage.html index 40036eb0ddd..645143fa0bd 100644 --- a/libcxx/www/lit_usage.html +++ b/libcxx/www/lit_usage.html @@ -132,6 +132,16 @@ Note: This does not use the installed headers. </p> <p> +<h3 class="lit-option">use_lit_shell=<bool></h3> +<blockquote class="lit-option-desc"> +Enable or disable the use of LIT's internal shell in ShTests. If the enviroment +variable <code>LIT_USE_INTERNAL_SHELL</code> is present then that is used as the +default value. Otherwise the default value is <code>True</code> on Windows and +<code>False</code> on every other platform. +</blockquote> +</p> + +<p> <h3 class="lit-option">no_default_flags=<bool></h3> <blockquote class="lit-option-desc"> <b>Default: </b><code>False</code></br> |