diff options
-rw-r--r-- | docs/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html index 1b6694156f..f42dbbbbc9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -96,10 +96,13 @@ templates (directory organization, Makefiles, and test tree) allow the project code to be located outside (or inside) the <tt>llvm/</tt> tree, while using LLVM header files and libraries.</li> +<li><a href="MakefileGuide.html">LLVM Makefile Guide</a> - Describes how the +LLVM makefiles work and how to use them.</li> + <li><a href="CommandLine.html">CommandLine library Reference Manual</a> - Provides information on using the command line parsing library.</li> -<li><a href="CodingStandards.html">Recommended LLVM Coding standards</a> - +<li><a href="CodingStandards.html">LLVM Coding standards</a> - Details the LLVM coding standards and provides useful information on writing efficient C++ code.</li> @@ -110,9 +113,6 @@ done.</li> <li><a href="ExtendingLLVM.html">Extending LLVM</a> - Look here to see how to add instructions and intrinsics to LLVM.</li> -<li><a href="CodingStandards.html">Coding Standards</a> - Guidelines for -hacking LLVM source.</li> - <li><a href="http://llvm.cs.uiuc.edu/doxygen/">Doxygen generated documentation</a> (<a href="http://llvm.cs.uiuc.edu/doxygen/inherits.html"> classes</a>)</li> |