[llvm-commits] [llvm] r58722 - /llvm/trunk/docs/ReleaseNotes.html
Gabor Greif
ggreif at gmail.com
Tue Nov 4 13:50:59 PST 2008
Author: ggreif
Date: Tue Nov 4 15:50:59 2008
New Revision: 58722
URL: http://llvm.org/viewvc/llvm-project?rev=58722&view=rev
Log:
fix two validation errors
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=58722&r1=58721&r2=58722&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Nov 4 15:50:59 2008
@@ -821,12 +821,13 @@
</div>
<div class="doc_text">
+<ul>
<li>Fortran support generally works, but there are still several unresolved bugs
in Bugzilla. Please see the tools/gfortran component for details.</li>
<li>The Fortran front-end currently does not build on Darwin (without tweaks)
due to unresolved dependencies on the C front-end.</li>
-
+</ul>
</div>
<!-- ======================================================================= -->
More information about the llvm-commits
mailing list