]> granicus.if.org Git - clang/commit
[Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to filter...
authorCalixte Denizet <cdenizet@mozilla.com>
Sat, 17 Nov 2018 19:41:39 +0000 (19:41 +0000)
committerCalixte Denizet <cdenizet@mozilla.com>
Sat, 17 Nov 2018 19:41:39 +0000 (19:41 +0000)
commit4478cc1b78174a29430da5419cef6881298e1491
tree9c03da01630994bbf2b56e70cb8ff924684423e2
parent58546904c7d30c2140a5ffb212fbbff878bc32b4
[Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to filter the files to instrument with gcov (after revert https://reviews.llvm.org/rL346659)

Summary:
the previous patch (https://reviews.llvm.org/rC346642) has been reverted because of test failure under windows.
So this patch fix the test cfe/trunk/test/CodeGen/code-coverage-filter.c.

Reviewers: marco-c

Reviewed By: marco-c

Subscribers: cfe-commits, sylvestre.ledru

Differential Revision: https://reviews.llvm.org/D54600

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@347144 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ReleaseNotes.rst
docs/UsersManual.rst
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.h
lib/CodeGen/BackendUtil.cpp
lib/Driver/ToolChains/Clang.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/Inputs/code-coverage-filter1.h [new file with mode: 0644]
test/CodeGen/Inputs/code-coverage-filter2.h [new file with mode: 0644]
test/CodeGen/code-coverage-filter.c [new file with mode: 0644]