From 944b7f28acf5cbffbabac4c3ccbef000ea4c307c Mon Sep 17 00:00:00 2001
From: Reid Spencer
Date: Sun, 5 Aug 2007 23:43:44 +0000
Subject: Update links to the command guide generated documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40855 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/CommandGuide/index.html | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
(limited to 'docs/CommandGuide/index.html')
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html
index bc181611db..5cac65cd0b 100644
--- a/docs/CommandGuide/index.html
+++ b/docs/CommandGuide/index.html
@@ -32,50 +32,50 @@ options) arguments to the tool you are interested in.
-- llvm-as -
+
- llvm-as -
assemble a human-readable .ll file into bytecode
-- llvm-dis -
+
- llvm-dis -
disassemble a bytecode file into a human-readable .ll file
-- llvm-upgrade -
+
- llvm-upgrade -
upgrade LLVM assembly from previous version
-- opt -
+
- opt -
run a series of LLVM-to-LLVM optimizations on a bytecode file
-- llc -
+
- llc -
generate native machine code for a bytecode file
-- lli -
+
- lli -
directly run a program compiled to bytecode using a JIT compiler or
interpreter
-- llvm-link -
+
- llvm-link -
link several bytecode files into one
-- llvm-ar -
+
- llvm-ar -
archive bytecode files
-- llvm-ranlib -
+
- llvm-ranlib -
create an index for archives made with llvm-ar
-- llvm-nm -
+
- llvm-nm -
print out the names and types of symbols in a bytecode file
-- llvm-prof -
+
- llvm-prof -
format raw `llvmprof.out' data into a human-readable report
-- llvmc -
+
- llvmc -
generic and configurable compiler driver
-- llvm-ld -
+
- llvm-ld -
general purpose linker with loadable runtime optimization support
-- llvm-config -
+
- llvm-config -
print out LLVM compilation options, libraries, etc. as configured.
- - llvm2cpp - convert LLVM assembly
+
- llvm2cpp - convert LLVM assembly
into the corresponding LLVM C++ API calls to produce it
@@ -90,13 +90,13 @@ options) arguments to the tool you are interested in.
-- llvmgcc -
+
- llvmgcc -
GCC-based C front-end for LLVM
-
- llvmg++ -
+
- llvmg++ -
GCC-based C++ front-end for LLVM
-- stkrc -
+
- stkrc -
front-end compiler for the Stacker
language
@@ -115,13 +115,13 @@ options) arguments to the tool you are interested in.