From 0aa189949ccc5bd4d267494dfb939dfea1c3f555 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 11 Nov 2004 09:30:00 +0000 Subject: [PATCH] Add llvm-ar to the index. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17682 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/index.html | 3 +++ docs/index.html | 1 + 2 files changed, 4 insertions(+) diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index a3f0c34a6a9..b4d8d662f2b 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -54,6 +54,9 @@ options) arguments to the tool you are interested in.

  • analyze - run LLVM analyses on a bytecode file and print the results
  • +
  • llvm-ar - + archive bytecode files
  • +
  • llvm-nm print out the names and types of symbols in a bytecode file
  • diff --git a/docs/index.html b/docs/index.html index 2e98cb19fed..cbd8cebf643 100644 --- a/docs/index.html +++ b/docs/index.html @@ -54,6 +54,7 @@ some tools.
  • 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, opt,