aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-02-26 22:26:37 +0000
committerChad Rosier <mcrosier@apple.com>2012-02-26 22:26:37 +0000
commit7497a9a7e816857402cf78ac930f286e800c69cf (patch)
treeb5c402379b828c7166f393f2ffbce63d19fefe97 /docs/index.html
parente342ec677326eba32c104f32a28b7230f7b24f50 (diff)
downloadexternal_llvm-7497a9a7e816857402cf78ac930f286e800c69cf.zip
external_llvm-7497a9a7e816857402cf78ac930f286e800c69cf.tar.gz
external_llvm-7497a9a7e816857402cf78ac930f286e800c69cf.tar.bz2
Remove more GCC FE build stuff.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151507 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index 411be42..4d50b4f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -98,8 +98,9 @@ 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 Ada/C/C++/Fortran front-ends</a> -
-Instructions for building gcc front-ends from source.</li>
+<li><a href="http://clang.llvm.org/get_started.html">How to build the C, C++, ObjC,
+and ObjC++ front end</a> - Instructions for building the clang front-end from
+source.</li>
<li><a href="Packaging.html">Packaging guide</a> - Advice on packaging
LLVM into a distribution.</li>