summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorCalixte Denizet <cdenizet@mozilla.com>2018-11-12 14:57:17 +0000
committerCalixte Denizet <cdenizet@mozilla.com>2018-11-12 14:57:17 +0000
commit186d5bd874c5610bbfbac8c29a0dc2934c519c8a (patch)
treecf092dfa33f8987f9538c38ebfa2480615303578 /clang/lib/CodeGen
parent75120dcb0678a71d0a1d2a66d293592a57a7f513 (diff)
downloadbcm5719-llvm-186d5bd874c5610bbfbac8c29a0dc2934c519c8a.tar.gz
bcm5719-llvm-186d5bd874c5610bbfbac8c29a0dc2934c519c8a.zip
Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c is failing under windows
llvm-svn: 346659
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/BackendUtil.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/BackendUtil.cpp b/clang/lib/CodeGen/BackendUtil.cpp
index 484a070e5eb..fd9a95b7199 100644
--- a/clang/lib/CodeGen/BackendUtil.cpp
+++ b/clang/lib/CodeGen/BackendUtil.cpp
@@ -503,8 +503,6 @@ static Optional<GCOVOptions> getGCOVOptions(const CodeGenOptions &CodeGenOpts) {
Options.UseCfgChecksum = CodeGenOpts.CoverageExtraChecksum;
Options.NoRedZone = CodeGenOpts.DisableRedZone;
Options.FunctionNamesInData = !CodeGenOpts.CoverageNoFunctionNamesInData;
- Options.Filter = CodeGenOpts.ProfileFilterFiles;
- Options.Exclude = CodeGenOpts.ProfileExcludeFiles;
Options.ExitBlockBeforeBody = CodeGenOpts.CoverageExitBlockBeforeBody;
return Options;
}
OpenPOWER on IntegriCloud