summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/docs/CommandGuide/llvm-stress.rst
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/docs/CommandGuide/llvm-stress.rst')
-rw-r--r--gnu/llvm/docs/CommandGuide/llvm-stress.rst34
1 files changed, 0 insertions, 34 deletions
diff --git a/gnu/llvm/docs/CommandGuide/llvm-stress.rst b/gnu/llvm/docs/CommandGuide/llvm-stress.rst
deleted file mode 100644
index fb006f562b1..00000000000
--- a/gnu/llvm/docs/CommandGuide/llvm-stress.rst
+++ /dev/null
@@ -1,34 +0,0 @@
-llvm-stress - generate random .ll files
-=======================================
-
-SYNOPSIS
---------
-
-:program:`llvm-stress` [-size=filesize] [-seed=initialseed] [-o=outfile]
-
-DESCRIPTION
------------
-
-The :program:`llvm-stress` tool is used to generate random ``.ll`` files that
-can be used to test different components of LLVM.
-
-OPTIONS
--------
-
-.. option:: -o filename
-
- Specify the output filename.
-
-.. option:: -size size
-
- Specify the size of the generated ``.ll`` file.
-
-.. option:: -seed seed
-
- Specify the seed to be used for the randomly generated instructions.
-
-EXIT STATUS
------------
-
-:program:`llvm-stress` returns 0.
-