[PATCH] D52034: [Clang] Add options -Xclang -coverage-filter and -Xclang -coverage-exclude to filter the files to instrument with gcov

calixte via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 6 06:18:19 PST 2018


calixte updated this revision to Diff 172752.
calixte added a comment.

Change options names to -fprofile-exclude-files & -fprofile-filter-files and add some doc in UserManual.


Repository:
  rC Clang

https://reviews.llvm.org/D52034

Files:
  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: D52034.172752.patch
Type: text/x-patch
Size: 10563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181106/60e224eb/attachment-0001.bin>


More information about the cfe-commits mailing list