diff options
author | Vlad Tsyrklevich <vtsyrklevich@google.com> | 2019-10-29 22:38:38 -0700 |
---|---|---|
committer | Vlad Tsyrklevich <vtsyrklevich@google.com> | 2019-10-29 22:38:38 -0700 |
commit | 8d24d72f7f8b7a111f96510fc6d62b05bfb7dbec (patch) | |
tree | 1967037d3a23397aa6189e91fccfd06675d83174 /llvm/docs/CommandGuide/llvm-cov.rst | |
parent | baff8ec2e1d845d90580a0d85ad6ab43d929bcfe (diff) | |
download | bcm5719-llvm-8d24d72f7f8b7a111f96510fc6d62b05bfb7dbec.tar.gz bcm5719-llvm-8d24d72f7f8b7a111f96510fc6d62b05bfb7dbec.zip |
Revert "[llvm-cov] Add option to whitelist filenames"
This reverts commit bfed824b57d14e2ba98ddbaf1a1410cf04a3e279, the
included test fails on many bots including the sanitier bots, e.g. in
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/36140
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-cov.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-cov.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/llvm-cov.rst b/llvm/docs/CommandGuide/llvm-cov.rst index 9bc9f7edae2..08123e8cb78 100644 --- a/llvm/docs/CommandGuide/llvm-cov.rst +++ b/llvm/docs/CommandGuide/llvm-cov.rst @@ -259,10 +259,6 @@ OPTIONS Skip source code files with file paths that match the given regular expression. -.. option:: -whitelist-filename-regex=<PATTERN> - - Show code coverage only for files that match the given regular expression. - .. option:: -format=<FORMAT> Use the specified output format. The supported formats are: "text", "html". |