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.