From e9eeb0d562870dc691aaae8fb53708ccf96bacbf Mon Sep 17 00:00:00 2001
From: Mikhail Glushenkov
Date: Tue, 25 Nov 2008 21:38:38 +0000
Subject: Add a man page for llvmc. Really basic for now, will be updated
later.
llvm-svn: 60049
---
llvm/docs/CommandGuide/index.html | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)
(limited to 'llvm/docs/CommandGuide/index.html')
diff --git a/llvm/docs/CommandGuide/index.html b/llvm/docs/CommandGuide/index.html
index b0d6e645ad5..8ddfd256610 100644
--- a/llvm/docs/CommandGuide/index.html
+++ b/llvm/docs/CommandGuide/index.html
@@ -15,8 +15,8 @@
These documents are HTML versions of the man pages
for all of the LLVM tools. These pages describe how to use the LLVM commands
-and what their options are. Note that these pages do not describe all of the
-options available for all tools. To get a complete listing, pass the
+and what their options are. Note that these pages do not describe all of the
+options available for all tools. To get a complete listing, pass the
--help (general options) or --help-hidden (general+debugging
options) arguments to the tool you are interested in.
@@ -32,7 +32,7 @@ options) arguments to the tool you are interested in.
-- llvm-as -
+
- llvm-as -
assemble a human-readable .ll file into bytecode
- llvm-dis -
@@ -41,20 +41,20 @@ options) arguments to the tool you are interested in.
- opt -
run a series of LLVM-to-LLVM optimizations on a bytecode file
-- llc -
+
- llc -
generate native machine code for a bytecode file
-- lli -
- directly run a program compiled to bytecode using a JIT compiler or
+
- lli -
+ directly run a program compiled to bytecode using a JIT compiler or
interpreter
- 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 -
@@ -66,9 +66,12 @@ options) arguments to the tool you are interested in.
- llvm-ld -
general purpose linker with loadable runtime optimization support
-- llvm-config -
+
- llvm-config -
print out LLVM compilation options, libraries, etc. as configured.
+- llvmc - a generic
+customizable compiler driver.
+
--
cgit v1.2.3