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

Vedant Kumar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 25 10:00:54 PDT 2018


vsk added a comment.

In https://reviews.llvm.org/D52034#1268277, @calixte wrote:

> @vsk, gcc guys are ok for -fprofile-filter-files and  -fprofile-exclude-files, are you ok with that ?


That sounds fine to me.

> Should these options prefixed by -Xclang or not ?

I don't think they should be. These options should be easy to surface to users.


Repository:
  rC Clang

https://reviews.llvm.org/D52034





More information about the cfe-commits mailing list