repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
sancov
/
stats.test
blob
46ff6e5e5db10e5e5e3806596dda9a6726be527e
1
REQUIRES: x86-registered-target && host-byteorder-little-endian
2
RUN: sancov -print-coverage-stats %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s
3
4
CHECK: all-edges: 8
5
CHECK: cov-edges: 5
6
CHECK: all-functions: 2
7
CHECK: cov-functions: 2
8
9