Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

llvm-stress (1)

Name

llvm-stress - generate random .ll files

Synopsis

llvm-stress [-size=filesize] [-seed=initialseed] [-o=outfile]

Description

LLVM-STRESS(1)                       LLVM                       LLVM-STRESS(1)



NAME
       llvm-stress - generate random .ll files

SYNOPSIS
       llvm-stress [-size=filesize] [-seed=initialseed] [-o=outfile]

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  instruc-
              tions.

EXIT STATUS
       llvm-stress returns 0.

AUTHOR
       Maintained by the LLVM Team (https://llvm.org/).

COPYRIGHT
       2003-2022, LLVM Project



ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+---------------------+
       |ATTRIBUTE TYPE |  ATTRIBUTE VALUE    |
       +---------------+---------------------+
       |Availability   | developer/llvm/llvm |
       +---------------+---------------------+
       |Stability      | Uncommitted         |
       +---------------+---------------------+

NOTES
       Source  code  for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This     software     was    built    from    source    available    at
       https://github.com/oracle/solaris-userland.   The  original   community
       source     was     downloaded    from     https://github.com/llvm/llvm-
       project/releases/download/llvmorg-11.0.0/llvm-11.0.0.src.tar.xz.

       Further information about this software can be found on the open source
       community website at https://llvm.org/.



11                                2022-06-28                    LLVM-STRESS(1)