[PATCH] D37111: [llvm-cov] Read in function names for filtering from a text file.
Sean Eveson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 24 07:59:10 PDT 2017
seaneveson created this revision.
Add a -name-whitelist option, which behaves in the same way as -name, but it reads in multiple function names from the given input file(s).
https://reviews.llvm.org/D37111
Files:
test/tools/llvm-cov/Inputs/name_whitelist.covmapping
test/tools/llvm-cov/Inputs/name_whitelist.cpp
test/tools/llvm-cov/Inputs/name_whitelist.proftext
test/tools/llvm-cov/Inputs/whitelist1.txt
test/tools/llvm-cov/Inputs/whitelist2.txt
test/tools/llvm-cov/name_whitelist.test
tools/llvm-cov/CodeCoverage.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37111.112564.patch
Type: text/x-patch
Size: 5388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170824/9d842283/attachment.bin>
More information about the llvm-commits
mailing list