From 3b709d5f5532bacb6c351def8c9bc7efef36fa33 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 8 May 2012 16:50:35 +0000 Subject: [docs] Add ReST version of all the man pages. - 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 --- docs/CommandGuide/llvm-stress.rst | 48 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 docs/CommandGuide/llvm-stress.rst (limited to 'docs/CommandGuide/llvm-stress.rst') diff --git a/docs/CommandGuide/llvm-stress.rst b/docs/CommandGuide/llvm-stress.rst new file mode 100644 index 0000000..5d0dbb8 --- /dev/null +++ b/docs/CommandGuide/llvm-stress.rst @@ -0,0 +1,48 @@ +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. -- cgit v1.1 From 4f99e717cfb53a6ef6849d9fbe9de6870bdb9fa3 Mon Sep 17 00:00:00 2001 From: Nadav Rotem Date: Sun, 13 May 2012 05:52:56 +0000 Subject: Fix the tool documentation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156729 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llvm-stress.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/CommandGuide/llvm-stress.rst') diff --git a/docs/CommandGuide/llvm-stress.rst b/docs/CommandGuide/llvm-stress.rst index 5d0dbb8..44aa32c 100644 --- a/docs/CommandGuide/llvm-stress.rst +++ b/docs/CommandGuide/llvm-stress.rst @@ -6,7 +6,7 @@ SYNOPSIS -------- -**llvm-cov** [-gcno=filename] [-gcda=filename] [dump] +**llvm-stress** [-size=filesize] [-seed=initialseed] [-o=outfile] DESCRIPTION -- cgit v1.1