From: Chris Lattner
Date: Wed, 17 Mar 2010 17:25:49 +0000 (+0000)
Subject: several updates
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=477a1fd19b36809312258023420f3bbf9992138a;p=oota-llvm.git
several updates
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98742 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index bbbf1412587..86a10605287 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -310,8 +310,6 @@ handling.-->
-Need update.
-
+
Pure versions 0.43 and later have been tested and are known to work with
+LLVM 2.7 (and continue to work with older LLVM releases >= 2.5).
+
@@ -354,13 +352,11 @@ fully featured as the original DMD compiler from DigitalMars.-->
-Need update.
-
+
@@ -767,13 +763,7 @@ listed by component. If you run into a problem, please check the LLVM bug database and submit a bug if
there isn't already one.
-
-
The llvm-gcc bootstrap will fail with some versions of binutils (e.g. 2.15)
- with a message of "Error: can not do 8
- byte pc-relative relocation" when building C++ code. We intend to
- fix this on mainline, but a workaround is to upgrade to binutils 2.17 or
- later.
-
+
LLVM will not correctly compile on Solaris and/or OpenSolaris
using the stock GCC 3.x.x series 'out the box',
See: Broken versions of GCC and other tools.