From: Chris Lattner Date: Mon, 25 Oct 2004 19:39:46 +0000 (+0000) Subject: add a link to the makefile guide, eliminate redundant link to coding stds X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4c871b5ceb254cb11811c0516d8824c97da1e40a;p=oota-llvm.git add a link to the makefile guide, eliminate redundant link to coding stds git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17226 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/index.html b/docs/index.html index 1b6694156fd..f42dbbbbc99 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 llvm/ tree, while using LLVM header files and libraries. +
  • LLVM Makefile Guide - Describes how the +LLVM makefiles work and how to use them.
  • +
  • CommandLine library Reference Manual - Provides information on using the command line parsing library.
  • -
  • Recommended LLVM Coding standards - +
  • LLVM Coding standards - Details the LLVM coding standards and provides useful information on writing efficient C++ code.
  • @@ -110,9 +113,6 @@ done.
  • Extending LLVM - Look here to see how to add instructions and intrinsics to LLVM.
  • -
  • Coding Standards - Guidelines for -hacking LLVM source.
  • -
  • Doxygen generated documentation ( classes)