Building the C FE is a user-level process
authorChris Lattner <sabre@nondot.org>
Mon, 28 Jun 2004 17:11:10 +0000 (17:11 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Jun 2004 17:11:10 +0000 (17:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14464 91177308-0d34-0410-b5e6-96231b3b80d8

docs/index.html

index 38523038350a274c346b44a9ef73019d5c23f123..d5b2ea10e340a6f075cbb83cf47e269d853398d5 100644 (file)
@@ -94,6 +94,7 @@ Instructions</a></li>
 <li><a href="CommandGuide/index.html">LLVM Command Guide</a></li>
 <li><a href="LangRef.html">LLVM Assembly Language</a></li>
 <li><a href="TestingGuide.html">LLVM Test Suite Guide</a></li>
+<li><a href="CFEBuildInstrs.html">Building the LLVM C/C++ front-end</a></li>
 </ul>
 </div>
 
@@ -125,7 +126,6 @@ useful for those writing front-ends.</li>
 
 <div class="doc_text">
 <ul>
-<li><a href="CFEBuildInstrs.html">Building the LLVM C/C++ front-end</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html">Submitting a
 bug</a></li>
 <li><a href="OpenProjects.html">Open projects</a></li>