[llvm-commits] [llvm] r85951 - /llvm/trunk/docs/ReleaseNotes.html
Chris Lattner
sabre at nondot.org
Tue Nov 3 13:50:10 PST 2009
Author: lattner
Date: Tue Nov 3 15:50:09 2009
New Revision: 85951
URL: http://llvm.org/viewvc/llvm-project?rev=85951&view=rev
Log:
fix broken link
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=85951&r1=85950&r2=85951&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Nov 3 15:50:09 2009
@@ -1058,7 +1058,7 @@
<li>LLVM will not correctly compile on Solaris and/or OpenSolaris
using the stock GCC 3.x.x series 'out the box',
-See: <a href="#brokengcc">Broken versions of GCC and other tools</a>.
+See: <a href="GettingStarted.html#brokengcc">Broken versions of GCC and other tools</a>.
However, A <a href="http://pkg.auroraux.org/GCC">Modern GCC Build</a>
for x86/x86-64 has been made available from the third party AuroraUX Project
that has been meticulously tested for bootstrapping LLVM & Clang.</li>
More information about the llvm-commits
mailing list