From 2009c49a0b3fdd70e1c40e0297a4f9140759e318 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 6 Apr 2011 00:59:18 +0000 Subject: some libc++ notes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128970 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/ReleaseNotes.html') diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index e76f269..eeb494d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -215,13 +215,13 @@ ground up to specifically target the forthcoming C++'0X standard and focus on delivering great performance.

-As of the LLVM 2.9 release, UPDATE! - -libc++ is now dual licensed under MIT and UIUC license +In the LLVM 2.9 timeframe, libc++ has had numerous bugs fixed, and is now being +co-developed with Clang's C++'0x mode.

- +

+Like compiler_rt, libc++ is now dual + licensed under the MIT and UIUC license, allowing it to be used more + permissively.

-- cgit v1.1