From 51f68032c8b30976ceac1fcfdf52a034114a6e8f Mon Sep 17 00:00:00 2001
From: Duraid Madina
Date: Fri, 21 Nov 2008 06:26:56 +0000
Subject: [PATCH] LLVM does have a fortran FE!
llvm-svn: 59795
---
docs/TestingGuide.html | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html
index a0e59e6261e..841974da3cd 100644
--- a/docs/TestingGuide.html
+++ b/docs/TestingGuide.html
@@ -79,18 +79,6 @@ required to build LLVM, plus the following:
tcl
Tcl is required by DejaGNU.
-F2C
-For now, LLVM does not have a Fortran front-end, but using F2C, we can run
-Fortran benchmarks. F2C support must be enabled via configure if not
-installed in a standard place. F2C requires three items: the f2c
-executable, f2c.h to compile the generated code, and libf2c.a
-to link generated code. By default, given an F2C directory $DIR, the
-configure script will search $DIR/bin for f2c,
-$DIR/include for f2c.h, and $DIR/lib for
-libf2c.a. The default $DIR values are: /usr,
-/usr/local, /sw, and /opt. If you installed F2C in a
-different location, you must tell configure:
-
- ./configure --with-f2c=$DIR
This will specify a new $DIR for the above-described search