LLVM-STRESS(1) LLVM LLVM-STRESS(1)NAME
llvm-stress - generate random .ll filesSYNOPSIS
llvm-stress [-size=filesize] [-seed=initialseed] [-o=outfile]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 instruc- tions.EXIT STATUS
llvm-stress returns 0.AUTHOR
Maintained by The LLVM Team (http://llvm.org/).COPYRIGHT
2003-2017, LLVM Project 3.7 2017-02-22 LLVM-STRESS(1)