brintos

brintos / llvm-project-archived public Read only

0
0
Text · 655 B · 4daea62 Raw
36 lines · plain
1llvm-stress - generate random .ll files2=======================================3 4.. program:: llvm-stress5 6SYNOPSIS7--------8 9:program:`llvm-stress` [-size=filesize] [-seed=initialseed] [-o=outfile]10 11DESCRIPTION12-----------13 14The :program:`llvm-stress` tool is used to generate random ``.ll`` files that15can be used to test different components of LLVM.16 17OPTIONS18-------19 20.. option:: -o filename21 22 Specify the output filename.23 24.. option:: -size size25 26 Specify the size of the generated ``.ll`` file.27 28.. option:: -seed seed29 30 Specify the seed to be used for the randomly generated instructions.31 32EXIT STATUS33-----------34 35:program:`llvm-stress` returns 0.36