From 763855342b6b9ccd9f2399e85d8651ac5ecd911c Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 2 Jul 2004 15:48:33 +0000 Subject: The HTML documentation is now automatically generated from POD source. llvm-svn: 14578 --- llvm/docs/CommandGuide/lli.html | 107 ---------------------------------------- 1 file changed, 107 deletions(-) delete mode 100644 llvm/docs/CommandGuide/lli.html (limited to 'llvm/docs/CommandGuide/lli.html') diff --git a/llvm/docs/CommandGuide/lli.html b/llvm/docs/CommandGuide/lli.html deleted file mode 100644 index d7a2ad4fcc0..00000000000 --- a/llvm/docs/CommandGuide/lli.html +++ /dev/null @@ -1,107 +0,0 @@ - - -LLVM: lli tool - - - - -
-

LLVM: lli tool

-
-
- -

-NAME -

- -lli - -

-SYNOPSIS -

- -lli [options] [filename] [args ...] -

-DESCRIPTION -

- -lli directly executes programs in LLVM format. -It takes a program in LLVM -bytecode format and executes it using a just-in-time -compiler, if one is available for the current architecture, or an interpreter. -lli takes all of the same code generator options as the -llc tool, but they are only applicable when -the just-in-time compiler is being used. -

- -If filename is not specified, then lli reads the LLVM bytecode for -the program from standard input. -

-The optional "args" specified on the command line are passed to the -program as arguments. -

- - -

-OPTIONS -

- - - -

-EXIT STATUS -

- -If lli fails to load the program, it will exit with an exit code of 1. -Otherwise, it will return the exit code of the program it executes. - -

-SEE ALSO -

-llc - -
-Maintained by the LLVM Team. - - -- cgit v1.2.3