[llvm-commits] [llvm] r60833 - /llvm/trunk/docs/index.html
Duncan Sands
baldrick at free.fr
Wed Dec 10 02:51:34 PST 2008
Author: baldrick
Date: Wed Dec 10 04:50:58 2008
New Revision: 60833
URL: http://llvm.org/viewvc/llvm-project?rev=60833&view=rev
Log:
Mention the Ada and Fortran front-ends.
Modified:
llvm/trunk/docs/index.html
Modified: llvm/trunk/docs/index.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/index.html?rev=60833&r1=60832&r2=60833&view=diff
==============================================================================
--- llvm/trunk/docs/index.html (original)
+++ llvm/trunk/docs/index.html Wed Dec 10 04:50:58 2008
@@ -108,8 +108,8 @@
<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>
More information about the llvm-commits
mailing list