[cfe-commits] [libcxx] r157157 - /libcxx/trunk/www/index.html
Howard Hinnant
hhinnant at apple.com
Sun May 20 06:03:53 PDT 2012
Author: hhinnant
Date: Sun May 20 08:03:53 2012
New Revision: 157157
URL: http://llvm.org/viewvc/llvm-project?rev=157157&view=rev
Log:
Add documentation regarding -fno-rtti.
Modified:
libcxx/trunk/www/index.html
Modified: libcxx/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/index.html?rev=157157&r1=157156&r2=157157&view=diff
==============================================================================
--- libcxx/trunk/www/index.html (original)
+++ libcxx/trunk/www/index.html Sun May 20 08:03:53 2012
@@ -208,6 +208,15 @@
</ul>
</ul>
+ <!--=====================================================================-->
+ <h3>Notes</h3>
+ <!--=====================================================================-->
+
+<p>
+Building libc++ with <code>-fno-rtti</code> is not supported. However linking
+against it with <code>-fno-rtti</code> is supported.
+</p>
+
<p>Send discussions to the
(<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">clang mailing list</a>).</p>
More information about the cfe-commits
mailing list