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 | ba10fe04e7fdbf43a9cf7f7e39ef1341beea8bc5 (patch) | |
tree | 4b56ad5f9e950638b3ab2e7d98fc2e608aaf58cb /docs/ReleaseNotes.html | |
parent | 0a43a0e9b302580f6c0d7e3daf9572bd5c2a839d (diff) |
fix two validation errors
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58722 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 2c7e232e7b..11aa2765f2 100644 --- a/docs/ReleaseNotes.html +++ b/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> <!-- ======================================================================= --> |