diff options
author | Calixte Denizet <cdenizet@mozilla.com> | 2018-11-12 14:57:17 +0000 |
---|---|---|
committer | Calixte Denizet <cdenizet@mozilla.com> | 2018-11-12 14:57:17 +0000 |
commit | 7de59a5b9e9c1cc8e2197171af2bc3f0c4fbcd22 (patch) | |
tree | f97173c49ce2ee7170444bbeff9f558fab952c09 /lib/Frontend/CompilerInvocation.cpp | |
parent | 4b7ff1091978ab2202459ae06de89ee761d2077f (diff) | |
download | clang-7de59a5b9e9c1cc8e2197171af2bc3f0c4fbcd22.tar.gz |
Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c is failing under windows
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346659 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/CompilerInvocation.cpp')
-rw-r--r-- | lib/Frontend/CompilerInvocation.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Frontend/CompilerInvocation.cpp b/lib/Frontend/CompilerInvocation.cpp index d43965ce5d..7be183f970 100644 --- a/lib/Frontend/CompilerInvocation.cpp +++ b/lib/Frontend/CompilerInvocation.cpp @@ -811,10 +811,6 @@ static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK, Opts.CoverageExtraChecksum = Args.hasArg(OPT_coverage_cfg_checksum); Opts.CoverageNoFunctionNamesInData = Args.hasArg(OPT_coverage_no_function_names_in_data); - Opts.ProfileFilterFiles = - Args.getLastArgValue(OPT_fprofile_filter_files_EQ); - Opts.ProfileExcludeFiles = - Args.getLastArgValue(OPT_fprofile_exclude_files_EQ); Opts.CoverageExitBlockBeforeBody = Args.hasArg(OPT_coverage_exit_block_before_body); if (Args.hasArg(OPT_coverage_version_EQ)) { |