summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-20 04:22:06 +0000
committerChris Lattner <sabre@nondot.org>2006-04-20 04:22:06 +0000
commitd3582daa22ebd0c20002e21901c6be78a851302f (patch)
treeefffaf00e1441497b6636878c68e7196c1107c7e /docs
parent31e0aeaa4c528b22bcb4cac914946a1bca1805de (diff)
downloadllvm-d3582daa22ebd0c20002e21901c6be78a851302f.tar.gz
llvm-d3582daa22ebd0c20002e21901c6be78a851302f.tar.bz2
llvm-d3582daa22ebd0c20002e21901c6be78a851302f.tar.xz
Yeah that's right!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27852 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 45bd48e325..e4b4148129 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -87,8 +87,8 @@ bug</a>. In addition, llvm-gcc4 implements support for many new features,
including GCC inline assembly, generic vector support, SSE and Altivec
intrinsics, and several new GCC attributes. Finally, llvm-gcc4 is
significantly faster than llvm-gcc3, respects -O options, its -c/-S options
-correspond to GCC's (they emit native code), and it has debugging support well
-underway.</p>
+correspond to GCC's (they emit native code), supports Objective C/C++, and
+it has debugging support well underway.</p>
<p>If you can use it, llvm-gcc4 offers significant new functionality, and we
hope that it will replace llvm-gcc3 completely in a future release.