llvm-stress-7.0 - 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 (http://llvm.org/).
Copyright
2003-2023, LLVM Project
Referenced By
The man page llvm-stress-7(1) is an alias of llvm-stress-7.0(1).
2023-07-20 LLVM