summaryrefslogtreecommitdiff
path: root/docs/CommandGuide/llvm-stress.pod
blob: 92083d2d2bc74c4f2d5120f8fcc217f9eb6e6a8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
=pod

=head1 NAME

llvm-stress - generate random .ll files

=head1 SYNOPSIS

B<llvm-cov> [-gcno=filename] [-gcda=filename] [dump]

=head1 DESCRIPTION

The B<llvm-stress> 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<filename>

Specify the output filename.

=item B<-size> I<size>

Specify the size of the generated .ll file.

=item B<-seed> I<seed>

Specify the seed to be used for the randomly generated instructions.

=back

=head1 EXIT STATUS

B<llvm-stress> returns 0.

=head1 AUTHOR

B<llvm-stress> is maintained by the LLVM Team (L<http://llvm.org/>).

=cut