From 6c13db4b4f5ed8e011347ca59544cd2da96fdef3 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Wed, 2 Nov 2011 15:57:05 +0000 Subject: [PATCH] docs: Remove an out-of-date and unnecessary tool list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143544 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/index.html | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/docs/index.html b/docs/index.html index 4cb27106711..4d74c549c71 100644 --- a/docs/index.html +++ b/docs/index.html @@ -80,25 +80,7 @@ LLVM for a custom language, and the facilities LLVM offers in tutorial form.
  • LLVM Command Guide - A reference -manual for the LLVM command line utilities ("man" pages for LLVM tools).
    -Current tools: - llvm-ar, - llvm-as, - llvm-dis, - llvm-extract, - llvm-ld, - llvm-link, - llvm-nm, - llvm-prof, - llvm-ranlib, - opt, - llc, - lli, - llvm-gcc, - llvm-g++, - bugpoint, - llvm-bcanalyzer, -
  • +manual for the LLVM command line utilities ("man" pages for LLVM tools).
  • LLVM's Analysis and Transform Passes - A list of optimizations and analyses implemented in LLVM.
  • -- 2.34.1