mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-01 17:32:36 +00:00
3b709d5f55
- The POD versions are slated for execution, but are still around until llvm.org machinery is in place. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156384 91177308-0d34-0410-b5e6-96231b3b80d8
49 lines
585 B
ReStructuredText
49 lines
585 B
ReStructuredText
llvm-stress - generate random .ll files
|
|
=======================================
|
|
|
|
|
|
SYNOPSIS
|
|
--------
|
|
|
|
|
|
**llvm-cov** [-gcno=filename] [-gcda=filename] [dump]
|
|
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
|
|
|
|
The **llvm-stress** tool is used to generate random .ll files that can be used to
|
|
test different components of LLVM.
|
|
|
|
|
|
OPTIONS
|
|
-------
|
|
|
|
|
|
|
|
**-o** *filename*
|
|
|
|
Specify the output filename.
|
|
|
|
|
|
|
|
**-size** *size*
|
|
|
|
Specify the size of the generated .ll file.
|
|
|
|
|
|
|
|
**-seed** *seed*
|
|
|
|
Specify the seed to be used for the randomly generated instructions.
|
|
|
|
|
|
|
|
|
|
EXIT STATUS
|
|
-----------
|
|
|
|
|
|
**llvm-stress** returns 0.
|