[PATCH] D94820: Support for instrumenting only selected files or functions

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 14:25:16 PST 2021


phosek added inline comments.


================
Comment at: clang/docs/UsersManual.rst:2271
 
+.. option:: -fprofile-list=<pathname>
+
----------------
MaskRay wrote:
> This can be added below `-fprofile-exclude-files=`
I considered it but that's in the GCOV section and this flag only applies to the LLVM instrumentation.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94820/new/

https://reviews.llvm.org/D94820



More information about the llvm-commits mailing list