diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2014-06-04 04:49:49 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2014-06-04 04:49:49 +0000 |
| commit | 425f00817c3ae439e3dadeb36d2d291819f22dda (patch) | |
| tree | 42c2ba4bfbc18c49f7dae28d6647a1f8de206db2 | |
| parent | 745927242ac99516e9eb12305dc60d5511f392f4 (diff) | |
| download | bcm5719-llvm-425f00817c3ae439e3dadeb36d2d291819f22dda.tar.gz bcm5719-llvm-425f00817c3ae439e3dadeb36d2d291819f22dda.zip | |
Add a note about debug mode being non-functional
llvm-svn: 210162
| -rw-r--r-- | libcxx/www/debug_mode.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcxx/www/debug_mode.html b/libcxx/www/debug_mode.html index 647478294fa..943c47db011 100644 --- a/libcxx/www/debug_mode.html +++ b/libcxx/www/debug_mode.html @@ -11,6 +11,11 @@ Work is beginning on a libc++ debug mode. The purpose of this table is to record which parts of libc++ have debug mode support. </p> +<p> +Note: Debug mode is currently not functional. Defining _LIBCPP_DEBUG will result +in fairly nasty compile errors. +</p> + <table border=1> <tr> <th>Section</th> @@ -151,6 +156,7 @@ At present the table is known to not be a complete list. It is currently ordere in approximate priority order. </p> +<p>Last Updated: 3-June-2014</p> </body> </html> |

