diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-02-18 17:00:31 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-02-18 17:00:31 +0000 |
commit | 938d957d2e59e77d4a3c7ad45e176a669f1f3e6e (patch) | |
tree | 3369431f4a987c43eb7d39d8baae92ffa41e166b /libcxx/www/lit_usage.html | |
parent | ced849a639f88b41461d95c541e78780952649c7 (diff) | |
download | bcm5719-llvm-938d957d2e59e77d4a3c7ad45e176a669f1f3e6e.tar.gz bcm5719-llvm-938d957d2e59e77d4a3c7ad45e176a669f1f3e6e.zip |
Enable testing with _LIBCPP_DEBUG and fix bad assertions in string_view.
llvm-svn: 229698
Diffstat (limited to 'libcxx/www/lit_usage.html')
-rw-r--r-- | libcxx/www/lit_usage.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libcxx/www/lit_usage.html b/libcxx/www/lit_usage.html index 645143fa0bd..77179f21f60 100644 --- a/libcxx/www/lit_usage.html +++ b/libcxx/www/lit_usage.html @@ -175,6 +175,15 @@ Change the standard version used when building the tests. </p> <p> +<h3 class="lit-option">debug_level=<level></h3> +<blockquote class="lit-option-desc"> +<b>Values: </b><code>0, 1</code></br> +Enable the use of debug mode. Level 0 enables assertions and level 1 enables +assertions and debugging of iterator misuse. +</blockquote> +</p> + +<p> <h3 class="lit-option">use_sanitizer=<sanitizer name></h3> <blockquote class="lit-option-desc"> <b>Values: </b><code>Memory, MemoryWithOrigins, Address, Undefined</code></br> |