[PATCH] 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)

calixte via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 15 14:03:22 PST 2018


calixte created this revision.
calixte added a reviewer: marco-c.
Herald added a subscriber: cfe-commits.

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.


Repository:
  rC Clang

https://reviews.llvm.org/D54600

Files:
  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
  test/CodeGen/Inputs/code-coverage-filter2.h
  test/CodeGen/code-coverage-filter.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54600.174281.patch
Type: text/x-patch
Size: 10564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181115/5dc8000a/attachment.bin>


More information about the cfe-commits mailing list