summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-10-30 03:58:13 +0000
committerChris Lattner <sabre@nondot.org>2008-10-30 03:58:13 +0000
commit1eb4df6481fcc31d5ebcccb2df4d92ed44186530 (patch)
tree86e559e296701c18f6d22da16757936dbf261171 /docs
parentd976c21241121c3601c1cddc77e99bd4f5786e2a (diff)
downloadllvm-1eb4df6481fcc31d5ebcccb2df4d92ed44186530.tar.gz
llvm-1eb4df6481fcc31d5ebcccb2df4d92ed44186530.tar.bz2
llvm-1eb4df6481fcc31d5ebcccb2df4d92ed44186530.tar.xz
mention fortran status.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58416 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 3e4d51f252..98dd0600c5 100644
--- a/docs/ReleaseNotes.html
+++ b/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">