[ARM] Fixup pipeline test. NFC
[llvm-complete.git] / docs / CommandGuide / llvm-stress.rst
blob4daea62cdde30eae01e5c3d91a37a0583cdff0da
1 llvm-stress - generate random .ll files
2 =======================================
4 .. program:: llvm-stress
6 SYNOPSIS
7 --------
9 :program:`llvm-stress` [-size=filesize] [-seed=initialseed] [-o=outfile]
11 DESCRIPTION
12 -----------
14 The :program:`llvm-stress` tool is used to generate random ``.ll`` files that
15 can be used to test different components of LLVM.
17 OPTIONS
18 -------
20 .. option:: -o filename
22  Specify the output filename.
24 .. option:: -size size
26  Specify the size of the generated ``.ll`` file.
28 .. option:: -seed seed
30  Specify the seed to be used for the randomly generated instructions.
32 EXIT STATUS
33 -----------
35 :program:`llvm-stress` returns 0.