From f8cf4161f897e9d60a8400ea7d946a4a5d2291c5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 7 Oct 2003 19:48:25 +0000 Subject: stuff simplify a bit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8933 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/extract.html | 40 ++++++++++++++-------------------------- 1 file changed, 14 insertions(+), 26 deletions(-) diff --git a/docs/CommandGuide/extract.html b/docs/CommandGuide/extract.html index b42aec2..de4655f 100644 --- a/docs/CommandGuide/extract.html +++ b/docs/CommandGuide/extract.html @@ -6,35 +6,33 @@ LLVM: extract tool
-

LLVM: extract tool

+

LLVM: extract tool


-

-NAME -

- -extract +

NAME

+extract

SYNOPSIS

-extract [options] [filename] +extract [options] [filename]

DESCRIPTION

-The extract command takes the name of a function and extracts it from the -specified LLVM bytecode file. It is primarily used as a debugging tool to +The extract command takes the name of a function and extracts it from +the specified LLVM bytecode file. It is primarily used as a debugging tool to reduce test cases from larger programs that are triggering a bug.

-In addition to extracting the bytecode of the specified function, extract will -also remove unreachable global variables, prototypes, and unused types. +In addition to extracting the bytecode of the specified function, +extract will also remove unreachable global variables, prototypes, and +unused types.

-The extract command will read its input from standard input if filename is +The extract command reads its input from standard input if filename is omitted or if filename is -. The output is always written to standard output.

@@ -44,36 +42,26 @@ OPTIONS
  • -func <function>
    - Extract function from the LLVM bytecode. + Extract the specified function from the LLVM bytecode.

  • -help
    Print a summary of command line options.

    - -

  • -stats -
    - Print statistics. -

    - -

  • -time-passes -
    - Record the amount of time needed for each pass and print it to standard - error.

EXIT STATUS

-If extract succeeds, it will exit with 0. Otherwise, if an error occurs, it -will exit with a non-zero value. +If extract succeeds, it will exit with 0. Otherwise, if an error +occurs, it will exit with a non-zero value.

SEE ALSO

-bugpoint +bugpoint
LLVM Team -- cgit v1.1