Building the C FE is a user-level process

llvm-svn: 14464
This commit is contained in:
Chris Lattner 2004-06-28 17:11:10 +00:00
parent 02ac5488d5
commit 9e312a4137

@ -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>