1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/docs/CommandGuide/llvm-stress.rst
Alex Brachet 983e47d749 [docs] [NFC] Removed excess spacing
Summary: Removed excess new lines from documentations. As far as I can tell, it seems as though restructured text is agnostic to new lines, the use of new lines was inconsistent and had no effect on how the files were being displayed.

Reviewers: jhenderson, rupprecht, JDevlieghere

Reviewed By: jhenderson

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D63971

llvm-svn: 365105
2019-07-04 04:41:06 +00:00

36 lines
655 B
ReStructuredText

llvm-stress - generate random .ll files
=======================================
.. program:: llvm-stress
SYNOPSIS
--------
:program:`llvm-stress` [-size=filesize] [-seed=initialseed] [-o=outfile]
DESCRIPTION
-----------
The :program:`llvm-stress` tool is used to generate random ``.ll`` files that
can be used to test different components of LLVM.
OPTIONS
-------
.. option:: -o filename
Specify the output filename.
.. option:: -size size
Specify the size of the generated ``.ll`` file.
.. option:: -seed seed
Specify the seed to be used for the randomly generated instructions.
EXIT STATUS
-----------
:program:`llvm-stress` returns 0.