diff options
author | Chris Lattner <sabre@nondot.org> | 2008-10-30 03:58:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-10-30 03:58:13 +0000 |
commit | 7292fb191fc21957b77ca462c4ba988167065a3c (patch) | |
tree | 5828222ce30f42f0e5d8773e5f7cb031e754c27a /llvm/docs/ReleaseNotes.html | |
parent | 487c43412d6f4bd36283420fc4fdb2a31a110cce (diff) | |
download | bcm5719-llvm-7292fb191fc21957b77ca462c4ba988167065a3c.tar.gz bcm5719-llvm-7292fb191fc21957b77ca462c4ba988167065a3c.zip |
mention fortran status.
llvm-svn: 58416
Diffstat (limited to 'llvm/docs/ReleaseNotes.html')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 3e4d51f2527..98dd0600c56 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -811,6 +811,19 @@ itself, Qt, Mozilla, etc.</p> </div> +<!-- ======================================================================= --> +<div class="doc_subsection"> + <a name="fortran-fe">Known problems with the llvm-gcc Fortran front-end</a> +</div> + +<div class="doc_text"> +<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> + +</div> <!-- ======================================================================= --> <div class="doc_subsection"> |