Daniel Dunbar | 3b709d5 | 2012-05-08 16:50:35 +0000 | [diff] [blame^] | 1 | llvm-stress - generate random .ll files |
| 2 | ======================================= |
| 3 | |
| 4 | |
| 5 | SYNOPSIS |
| 6 | -------- |
| 7 | |
| 8 | |
| 9 | **llvm-cov** [-gcno=filename] [-gcda=filename] [dump] |
| 10 | |
| 11 | |
| 12 | DESCRIPTION |
| 13 | ----------- |
| 14 | |
| 15 | |
| 16 | The **llvm-stress** tool is used to generate random .ll files that can be used to |
| 17 | test different components of LLVM. |
| 18 | |
| 19 | |
| 20 | OPTIONS |
| 21 | ------- |
| 22 | |
| 23 | |
| 24 | |
| 25 | **-o** *filename* |
| 26 | |
| 27 | Specify the output filename. |
| 28 | |
| 29 | |
| 30 | |
| 31 | **-size** *size* |
| 32 | |
| 33 | Specify the size of the generated .ll file. |
| 34 | |
| 35 | |
| 36 | |
| 37 | **-seed** *seed* |
| 38 | |
| 39 | Specify the seed to be used for the randomly generated instructions. |
| 40 | |
| 41 | |
| 42 | |
| 43 | |
| 44 | EXIT STATUS |
| 45 | ----------- |
| 46 | |
| 47 | |
| 48 | **llvm-stress** returns 0. |