llvm-project/llvm/docs/CommandGuide
Vedant Kumar 7937ef3796 Reapply "[llvm-cov] Add an -output-dir option for the show sub-command""
Passing -output-dir path/to/dir to llvm-cov show creates path/to/dir if
it doesn't already exist, and prints reports into that directory.

In function view mode, all views are written into
path/to/dir/functions.$EXTENSION. In file view mode, all views are
written into path/to/dir/coverage/$PATH.$EXTENSION.

Changes since the initial commit:

- Avoid accidentally closing stdout twice.

llvm-svn: 273985
2016-06-28 02:09:39 +00:00
..
FileCheck.rst Document the ability to perform multi-line pattern matching in FileCheck. 2016-06-27 23:59:00 +00:00
bugpoint.rst [docs] Use reST link. 2016-03-23 00:31:21 +00:00
index.rst Start adding documentation for llvm-lib. 2015-07-17 18:49:26 +00:00
lit.rst Document standard substitutions defined by lit. 2016-04-04 17:14:45 +00:00
llc.rst [EABI] Add LLVM support for -meabi flag 2015-11-09 12:40:30 +00:00
lli.rst Improving lli documentation 2015-07-28 10:24:11 +00:00
llvm-ar.rst
llvm-as.rst
llvm-bcanalyzer.rst
llvm-build.rst
llvm-config.rst
llvm-cov.rst Reapply "[llvm-cov] Add an -output-dir option for the show sub-command"" 2016-06-28 02:09:39 +00:00
llvm-diff.rst
llvm-dis.rst
llvm-dwarfdump.rst Make llvm-dwarfdump exit with non-zero exit code if error was occured. 2015-06-25 23:40:15 +00:00
llvm-extract.rst
llvm-lib.rst Start adding documentation for llvm-lib. 2015-07-17 18:49:26 +00:00
llvm-link.rst
llvm-nm.rst [llvm-nm] Add -radix option 2016-02-10 17:51:39 +00:00
llvm-profdata.rst [docs] Fix indentation for a tool option 2016-06-09 21:09:54 +00:00
llvm-readobj.rst [llvm-readobj] Add -elf-section-groups option 2016-01-26 19:46:39 +00:00
llvm-stress.rst
llvm-symbolizer.rst [llvm-symbolizer] Print out non-address lines verbatim. 2016-01-07 23:57:41 +00:00
opt.rst
tblgen.rst