diff options
author | Vedant Kumar <vsk@apple.com> | 2016-06-28 01:14:04 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2016-06-28 01:14:04 +0000 |
commit | a48d9fe86a627c88a21398db6c18a0108b131444 (patch) | |
tree | eb42ea5f99f9d039d568e5933f529d535ce6d6c4 /llvm/docs/CommandGuide/llvm-cov.rst | |
parent | b4d95031711e65da8e0f87e8b4d9b8daf69dad00 (diff) | |
download | bcm5719-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.rst | 8 |
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 |