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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Paths
| Differential D54600
[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) ClosedPublic Authored by calixte on Nov 15 2018, 2:03 PM.
Details Summary the previous patch (https://reviews.llvm.org/rC346642) has been reverted because of test failure under windows.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 16 2018, 2:58 AM Closed by commit rC347144: [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to… (authored by calixte). · Explain WhyNov 17 2018, 11:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 174512 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/code-coverage-filter.c
|