summaryrefslogtreecommitdiffstats
path: root/libcxx/www/lit_usage.html
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2015-02-18 17:00:31 +0000
committerEric Fiselier <eric@efcs.ca>2015-02-18 17:00:31 +0000
commit938d957d2e59e77d4a3c7ad45e176a669f1f3e6e (patch)
tree3369431f4a987c43eb7d39d8baae92ffa41e166b /libcxx/www/lit_usage.html
parentced849a639f88b41461d95c541e78780952649c7 (diff)
downloadbcm5719-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.html9
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=&lt;level&gt;</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=&lt;sanitizer name&gt;</h3>
<blockquote class="lit-option-desc">
<b>Values: </b><code>Memory, MemoryWithOrigins, Address, Undefined</code></br>
OpenPOWER on IntegriCloud