=pod =head1 NAME llvm-stress - generate random .ll files =head1 SYNOPSIS B [-gcno=filename] [-gcda=filename] [dump] =head1 DESCRIPTION The B tool is used to generate random .ll files that can be used to test different components of LLVM. =head1 OPTIONS =over =item B<-o> I Specify the output filename. =item B<-size> I Specify the size of the generated .ll file. =item B<-seed> I Specify the seed to be used for the randomly generated instructions. =back =head1 EXIT STATUS B returns 0. =head1 AUTHOR B is maintained by the LLVM Team (L). =cut