From dbaf551dd1d74b42664ec419f6704ab6f16678b0 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 2 Jul 2004 03:45:32 +0000 Subject: llvm-abcd tool name changed to llvm-bcanalyzer: see llvm-bcanalyzer.pod. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14557 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llvm-abcd.html | 43 ---------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 docs/CommandGuide/llvm-abcd.html (limited to 'docs/CommandGuide') diff --git a/docs/CommandGuide/llvm-abcd.html b/docs/CommandGuide/llvm-abcd.html deleted file mode 100644 index 106dce1970..0000000000 --- a/docs/CommandGuide/llvm-abcd.html +++ /dev/null @@ -1,43 +0,0 @@ - -LLVM: llvm-abcd tool - - -
-

LLVM: llvm-abcd tool

-
-

NAME

llvm-abcd -

SYNOPSIS

llvm-abcd [options] [filename] -

DESCRIPTION

The llvm-abcd command is a small utility for analyzing -bytecode files. The abcd acronym stands for analysis of -bytecode displayer. The tool reads a bytecode file (such as -generated with the llvm-abcd tool) and produces statistical and low level -bytecode format dumps. This tool is probably not of much interest or utility except -for those working directly with the bytecode format. Most LLVM users can just ignore -this tool. -

If filename is omitted or is -, then llvm-abcd reads its input from -standard input. This is useful for combining llvm-abcd in a pipeline. -

-

OPTIONS

- -

EXIT STATUS

If llvm-abcd succeeds, it will exit with 0. -Otherwise, if an error occurs, it will exit with a non-zero value, usually 1. -

SEE ALSO

-llvm-dis -LLVM Bytecode File Format - -
-Maintained by Reid Spencer. - -- cgit v1.2.3-18-g5258