From 41e4a59f2f396519e7026011320760c6d0c179c3 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! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59795 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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: -