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