From 024627bc94de36469298a6483c314154308d237a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 25 Oct 2004 19:39:46 +0000 Subject: [PATCH] add a link to the makefile guide, eliminate redundant link to coding stds llvm-svn: 17226 --- llvm/docs/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/llvm/docs/index.html b/llvm/docs/index.html index 1b6694156fda..f42dbbbbc998 100644 --- a/llvm/docs/index.html +++ b/llvm/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)