mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-31 08:16:47 +00:00 
			
		
		
		
	git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151479 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			43 lines
		
	
	
		
			653 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			653 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| =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
 |