diff options
author | dim <dim@FreeBSD.org> | 2012-04-14 13:54:10 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2012-04-14 13:54:10 +0000 |
commit | 1fc08f5e9ef733ef1ce6f363fecedc2260e78974 (patch) | |
tree | 19c69a04768629f2d440944b71cbe90adae0b615 /docs/CommandGuide/llvm-stress.pod | |
parent | 07637c87f826cdf411f0673595e9bc92ebd793f2 (diff) | |
download | FreeBSD-src-1fc08f5e9ef733ef1ce6f363fecedc2260e78974.zip FreeBSD-src-1fc08f5e9ef733ef1ce6f363fecedc2260e78974.tar.gz |
Vendor import of llvm trunk r154661:
http://llvm.org/svn/llvm-project/llvm/trunk@r154661
Diffstat (limited to 'docs/CommandGuide/llvm-stress.pod')
-rw-r--r-- | docs/CommandGuide/llvm-stress.pod | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvm-stress.pod b/docs/CommandGuide/llvm-stress.pod new file mode 100644 index 0000000..92083d2 --- /dev/null +++ b/docs/CommandGuide/llvm-stress.pod @@ -0,0 +1,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 |