Remove more GCC FE build stuff.
authorChad Rosier <mcrosier@apple.com>
Sun, 26 Feb 2012 22:26:37 +0000 (22:26 +0000)
committerChad Rosier <mcrosier@apple.com>
Sun, 26 Feb 2012 22:26:37 +0000 (22:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151507 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CFEBuildInstrs.html [deleted file]
docs/GettingStarted.html
docs/index.html

diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html
deleted file mode 100644 (file)
index ab10844..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
-                      "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-<head>
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-  <link rel="stylesheet" href="llvm.css" type="text/css" media="screen">
-  <title>Building the LLVM C/C++ Front-End</title>
-  <meta HTTP-EQUIV="REFRESH" CONTENT="3; URL=GCCFEBuildInstrs.html">
-</head>
-<body>
-<div class="doc_title">
-This page has moved <a href="GCCFEBuildInstrs.html">here</A>.
-</div>
-
-<!-- *********************************************************************** -->
-
-<hr>
-<address>
-  <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
-  src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a>
-  <a href="http://validator.w3.org/check/referer"><img
-  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a>
-
-  <a href="http://llvm.org/">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2008-02-13 17:46:10 +0100 (Wed, 13 Feb 2008) $
-</address>
-
-</body>
-</html>
index 3495f87dc58c13e4cde0883e622a1d3a7cfeca58..4d41208ea5a55a11bad9e74a2de39171014e95ec 100644 (file)
@@ -199,7 +199,7 @@ also be a good place to start.</p>
 <p>Consult the <a href="#starting">Getting Started with LLVM</a> section for
 detailed information on configuring and compiling LLVM.  See <a
 href="#environment">Setting Up Your Environment</a> for tips that simplify
-working with the GCC front end and LLVM tools.  Go to <a href="#layout">Program
+working with the Clang front end and LLVM tools.  Go to <a href="#layout">Program
 Layout</a> to learn about the layout of the source code tree.</p>
 
 </div>
@@ -375,10 +375,6 @@ able to assemble, disassemble, analyze, and optimize LLVM bitcode.  Code
 generation should work as well, although the generated native code may not work
 on your platform.</p>
 
-<p>The GCC front end is not very portable at the moment.  If you want to get it
-to work on another platform, you can download a copy of the source and <a
-href="GCCFEBuildInstrs.html">try to compile it</a> on your platform.</p>
-
 </div>
 
 <!-- ======================================================================= -->
@@ -551,8 +547,7 @@ href="http://gcc.gnu.org/PR13392">serious bug</a> which causes it to crash in
 the "<tt>convert_from_eh_region_ranges_1</tt>" GCC function.</p>
 
 <p><b>Cygwin GCC 3.3.3</b>: The version of GCC 3.3.3 commonly shipped with 
-   Cygwin does not work.  Please <a href="GCCFEBuildInstrs.html#cygwin">upgrade 
-   to a newer version</a> if possible.</p>
+   Cygwin does not work.</p>
 <p><b>SuSE GCC 3.3.3</b>: The version of GCC 3.3.3 shipped with SuSE 9.1 (and 
    possibly others) does not compile LLVM correctly (it appears that exception 
    handling is broken in some cases).  Please download the FSF 3.3.3 or upgrade
@@ -664,12 +659,6 @@ All these paths are absolute:</p>
     can be the same as SRC_ROOT).
     <br><br>
 
-    <dt>LLVMGCCDIR
-    <dd>
-    This is where the LLVM GCC Front End is installed.
-    <p>
-    For the pre-built GCC front end binaries, the LLVMGCCDIR is
-    <tt>llvm-gcc/<i>platform</i>/llvm-gcc</tt>.
 </dl>
 
 </div>
@@ -796,10 +785,6 @@ you get it from the Subversion repository:</p>
 configured by the LLVM configure script as well as automatically updated when
 you run <tt>svn update</tt>.</p>
 
-<p>If you would like to get the GCC front end source code, you can also get it 
-and build it yourself.  Please follow <a href="GCCFEBuildInstrs.html">these 
-instructions</a> to successfully get and build the LLVM GCC front-end.</p>
-
 </div>
 
 <!-- ======================================================================= -->
@@ -1451,7 +1436,7 @@ different <a href="#tools">tools</a>.</p>
 <div>
 
 <p>This directory contains libraries which are compiled into LLVM bitcode and
-used when linking programs with the GCC front end.  Most of these libraries are
+used when linking programs with the Clang front end.  Most of these libraries are
 skeleton versions of real libraries; for example, libc is a stripped down
 version of glibc.</p>
 
index 411be426a779088e41e9d78e6f1ebdcfecba54e8..4d50b4f9d0813491b682829006a9d22158552e83 100644 (file)
@@ -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>