llvm-6502/docs/CommandGuide/llvm-stress.rst
Daniel Dunbar 3b709d5f55 [docs] Add ReST version of all the man pages.
- The POD versions are slated for execution, but are still around until
   llvm.org machinery is in place.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156384 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-08 16:50:35 +00:00

49 lines
585 B
ReStructuredText

llvm-stress - generate random .ll files
=======================================
SYNOPSIS
--------
**llvm-cov** [-gcno=filename] [-gcda=filename] [dump]
DESCRIPTION
-----------
The **llvm-stress** tool is used to generate random .ll files that can be used to
test different components of LLVM.
OPTIONS
-------
**-o** *filename*
Specify the output filename.
**-size** *size*
Specify the size of the generated .ll file.
**-seed** *seed*
Specify the seed to be used for the randomly generated instructions.
EXIT STATUS
-----------
**llvm-stress** returns 0.