1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/tools/sancov
Petr Hosek a33a1a19cb [sancov] Ignore PC samples with value 0
The sancov runtime for the (Fuchsia) Zircon kernel delivers results
in the standard format, but as the full array of possible samples
with 0 in uncovered slots. That runtime delivers "live" data and
has no final "export" pass to compactify out the uncovered slots,
and it seems silly to require another offline tool just for that.

Patch By: mcgrathr
Differential Revision: https://reviews.llvm.org/D63695

llvm-svn: 365839
2019-07-11 22:59:23 +00:00
..
CMakeLists.txt Rename sancov.cc to sancov.cpp 2018-04-25 18:06:23 +00:00
coverage-report-server.py Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sancov.cpp [sancov] Ignore PC samples with value 0 2019-07-11 22:59:23 +00:00