diff options
author | Chris Lattner <sabre@nondot.org> | 2004-06-28 17:11:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-06-28 17:11:10 +0000 |
commit | d80ea073dd5697b9559ce268f37e741e8fe618af (patch) | |
tree | d4472aa42e8e68dc056a7a48c7cfe5a878bddd82 | |
parent | bb4a90820c8a5e018c5a67728d0b3e3400cc8e2f (diff) |
Building the C FE is a user-level process
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14464 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 3852303835..d5b2ea10e3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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> |