Home | History | Annotate | Download | only in CommandGuide
      1 =pod
      2 
      3 =head1 NAME
      4 
      5 llvm-stress - generate random .ll files
      6 
      7 =head1 SYNOPSIS
      8 
      9 B<llvm-cov> [-gcno=filename] [-gcda=filename] [dump]
     10 
     11 =head1 DESCRIPTION
     12 
     13 The B<llvm-stress> tool is used to generate random .ll files that can be used to
     14 test different components of LLVM.
     15 
     16 =head1 OPTIONS
     17 
     18 =over
     19 
     20 =item B<-o> I<filename>
     21 
     22 Specify the output filename.
     23 
     24 =item B<-size> I<size>
     25 
     26 Specify the size of the generated .ll file.
     27 
     28 =item B<-seed> I<seed>
     29 
     30 Specify the seed to be used for the randomly generated instructions.
     31 
     32 =back
     33 
     34 =head1 EXIT STATUS
     35 
     36 B<llvm-stress> returns 0.
     37 
     38 =head1 AUTHOR
     39 
     40 B<llvm-stress> is maintained by the LLVM Team (L<http://llvm.org/>).
     41 
     42 =cut
     43