Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
LLVM-STRESS(1)			      LLVM			  LLVM-STRESS(1)

NAME
     llvm-stress - 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-2026, LLVM Project

19				   2026-07-30			  LLVM-STRESS(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=llvm-stress&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help