From 1eb4df6481fcc31d5ebcccb2df4d92ed44186530 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 30 Oct 2008 03:58:13 +0000 Subject: [PATCH] mention fortran status. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58416 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 3e4d51f2527..98dd0600c56 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -811,6 +811,19 @@ itself, Qt, Mozilla, etc.

+ +
+ Known problems with the llvm-gcc Fortran front-end +
+ +
+
  • Fortran support generally works, but there are still several unresolved bugs + in Bugzilla. Please see the tools/gfortran component for details.
  • + +
  • The Fortran front-end currently does not build on Darwin (without tweaks) + due to unresolved dependencies on the C front-end.
  • + +