Go to main content

マニュアルページ セクション 1: ユーザーコマンド

印刷ビューの終了

更新: 2018年8月8日
 
 

llvm-stress (1)

名前

llvm-stress - generate random .ll files

形式

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

説明

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 (http://llvm.org/).

COPYRIGHT
       2003-2016, LLVM Project



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


       +---------------+---------------------+
       |ATTRIBUTE TYPE |  ATTRIBUTE VALUE    |
       +---------------+---------------------+
       |Availability   | developer/llvm/llvm |
       +---------------+---------------------+
       |Stability      | Uncommitted         |
       +---------------+---------------------+
NOTES
       This     software     was    built    from    source    available    at
       https://github.com/oracle/solaris-userland.   The  original   community
       source                was                downloaded                from
       https://llvm.org//releases/6.0.0/llvm-6.0.0.src.tar.xz

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



3.8                               2016-07-10                    LLVM-STRESS(1)