From 49c3b20737f445c37ef9d8cefb885d13b7747f7a Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Sun, 20 May 2012 13:03:53 +0000 Subject: Add documentation regarding -fno-rtti. llvm-svn: 157157 --- libcxx/www/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libcxx/www') diff --git a/libcxx/www/index.html b/libcxx/www/index.html index db10b92286f..e5e347d7bf5 100644 --- a/libcxx/www/index.html +++ b/libcxx/www/index.html @@ -208,6 +208,15 @@ + +

Notes

+ + +

+Building libc++ with -fno-rtti is not supported. However linking +against it with -fno-rtti is supported. +

+

Send discussions to the (clang mailing list).

-- cgit v1.2.3