From 8d24d72f7f8b7a111f96510fc6d62b05bfb7dbec Mon Sep 17 00:00:00 2001 From: Vlad Tsyrklevich Date: Tue, 29 Oct 2019 22:38:38 -0700 Subject: 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 --- llvm/docs/CommandGuide/llvm-cov.rst | 4 ---- 1 file changed, 4 deletions(-) (limited to 'llvm/docs/CommandGuide') 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= - - Show code coverage only for files that match the given regular expression. - .. option:: -format= Use the specified output format. The supported formats are: "text", "html". -- cgit v1.2.3