llvm-stress - Man Page
generate random .ll files
Synopsis
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 instructions.
Exit Status
llvm-stress returns 0.
Author
Maintained by the LLVM Team (https://llvm.org/).
Copyright
2003-2024, LLVM Project
Info
2024-05-17 19 LLVM