summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-12-10 10:50:58 +0000
committerDuncan Sands <baldrick@free.fr>2008-12-10 10:50:58 +0000
commit0cfe05270cd3bdc4ddc861e853d8df620e40fcc0 (patch)
treedd880e5ca078f3b7b53b91e1b0820d1f4cccaf74 /docs/index.html
parent7050f3d5ecf3f4f16f31df16e58d2d064b02624d (diff)
downloadllvm-0cfe05270cd3bdc4ddc861e853d8df620e40fcc0.tar.gz
llvm-0cfe05270cd3bdc4ddc861e853d8df620e40fcc0.tar.bz2
llvm-0cfe05270cd3bdc4ddc861e853d8df620e40fcc0.tar.xz
Mention the Ada and Fortran front-ends.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60833 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index 74a7c4dc52..bfcb1eaab3 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -108,8 +108,8 @@ the LLVM system.</li>
<li><a href="TestingGuide.html">LLVM Testing Infrastructure Guide</a> - A reference
manual for using the LLVM testing infrastructure.</li>
-<li><a href="GCCFEBuildInstrs.html">How to build the C/C++ front-end</a> -
-Instructions for building the front-end from source.</li>
+<li><a href="GCCFEBuildInstrs.html">How to build the Ada/C/C++/Fortran front-ends</a> -
+Instructions for building gcc front-ends from source.</li>
<li><a href="Lexicon.html">The LLVM Lexicon</a> - Definition of acronyms, terms
and concepts used in LLVM.</li>