brintos

brintos / llvm-project-archived public Read only

0
0
Text · 273 B · 0ba1d27 Raw
5 lines · plain
1RUN: llvm-profdata merge %S/Inputs/binary-formats.proftext -o %t.profdata2RUN: not llvm-cov show -instr-profile=%t.profdata --object=%t.nonexistent.binary.1 --object=%t.nonexistent.binary.2 2>&1 | FileCheck %s3 4CHECK: failed to load coverage: '{{.*}}nonexistent.binary.1':5