From: Marshall Clow Date: Wed, 4 Jun 2014 04:49:49 +0000 (+0000) Subject: Add a note about debug mode being non-functional X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=425f00817c3ae439e3dadeb36d2d291819f22dda;p=platform%2Fupstream%2Fllvm.git Add a note about debug mode being non-functional llvm-svn: 210162 --- diff --git a/libcxx/www/debug_mode.html b/libcxx/www/debug_mode.html index 6474782..943c47d 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.

+

+Note: Debug mode is currently not functional. Defining _LIBCPP_DEBUG will result +in fairly nasty compile errors. +

+ @@ -151,6 +156,7 @@ At present the table is known to not be a complete list. It is currently ordere in approximate priority order.

+

Last Updated: 3-June-2014

Section