mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-18 10:25:25 +00:00
77972972a3
Differential Revision: https://reviews.llvm.org/D27863 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290017 91177308-0d34-0410-b5e6-96231b3b80d8
10 lines
228 B
Plaintext
10 lines
228 B
Plaintext
REQUIRES: x86_64-linux
|
|
RUN: sancov -print-coverage-stats %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s
|
|
|
|
CHECK: all-edges: 8
|
|
CHECK: cov-edges: 5
|
|
CHECK: all-functions: 2
|
|
CHECK: cov-functions: 2
|
|
|
|
|