summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-cov.rst
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2016-06-28 01:14:04 +0000
committerVedant Kumar <vsk@apple.com>2016-06-28 01:14:04 +0000
commita48d9fe86a627c88a21398db6c18a0108b131444 (patch)
treeeb42ea5f99f9d039d568e5933f529d535ce6d6c4 /llvm/docs/CommandGuide/llvm-cov.rst
parentb4d95031711e65da8e0f87e8b4d9b8daf69dad00 (diff)
downloadbcm5719-llvm-a48d9fe86a627c88a21398db6c18a0108b131444.tar.gz
bcm5719-llvm-a48d9fe86a627c88a21398db6c18a0108b131444.zip
Revert "[llvm-cov] Add an -output-dir option for the show sub-command"
This reverts commit r273971. test/profile/instrprof-visibility.cpp is failing because of an uncaught error in SafelyCloseFileDescriptor. llvm-svn: 273978
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-cov.rst')
-rw-r--r--llvm/docs/CommandGuide/llvm-cov.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/docs/CommandGuide/llvm-cov.rst b/llvm/docs/CommandGuide/llvm-cov.rst
index 35a7a036456..8e2806b0c61 100644
--- a/llvm/docs/CommandGuide/llvm-cov.rst
+++ b/llvm/docs/CommandGuide/llvm-cov.rst
@@ -240,14 +240,6 @@ OPTIONS
Use the specified output format. The supported formats are: "text".
-.. option:: -output-dir=PATH
-
- Specify a directory to write coverage reports into. If the directory does not
- exist, it is created. When used in function view mode (i.e when -name or
- -name-regex are used to select specific functions), the report is written to
- PATH/functions.EXTENSION. When used in file view mode, a report for each file
- is written to PATH/REL_PATH_TO_FILE.EXTENSION.
-
.. option:: -line-coverage-gt=<N>
Show code coverage only for functions with line coverage greater than the
OpenPOWER on IntegriCloud