diff options
author | Gabor Greif <ggreif@gmail.com> | 2008-11-04 21:50:59 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2008-11-04 21:50:59 +0000 |
commit | e5f9d67a68d109b1c6cfb07b047566884f00e31f (patch) | |
tree | d868477037245f5c9d9743ad9a6ed03aa5361165 | |
parent | 6b7bb1f12730ce31c39e6dfc9d01ce6655a1cbba (diff) | |
download | bcm5719-llvm-e5f9d67a68d109b1c6cfb07b047566884f00e31f.tar.gz bcm5719-llvm-e5f9d67a68d109b1c6cfb07b047566884f00e31f.zip |
fix two validation errors
llvm-svn: 58722
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 2c7e232e7b7..11aa2765f2a 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -821,12 +821,13 @@ itself, Qt, Mozilla, etc.</p> </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> <!-- ======================================================================= --> |