[sanitizer] Extend sancov.py to show which PCs are missing from coverage.
authorSergey Matveev <earthdok@google.com>
Wed, 6 May 2015 20:48:29 +0000 (20:48 +0000)
committerSergey Matveev <earthdok@google.com>
Wed, 6 May 2015 20:48:29 +0000 (20:48 +0000)
commitc2de346e4861efbd734525f79291804748582090
treee620329f06f2468306394b1bff74c97e0eb86dfc
parent18461e5c8726d6b6f818eb285c95a5a00d3166db
[sanitizer] Extend sancov.py to show which PCs are missing from coverage.

Example usage:

sancov.py print a.out.1234.sancov | sancov.py missing a.out

llvm-svn: 236637
compiler-rt/lib/sanitizer_common/scripts/sancov.py
compiler-rt/test/asan/TestCases/Linux/coverage-missing.cc [new file with mode: 0644]