xref: /llvm-project/llvm/test/tools/llvm-cov/missing-binaries.test (revision cd8fe1dbcb7dd36f700681ced34b41993e844239)
1RUN: llvm-profdata merge %S/Inputs/binary-formats.proftext -o %t.profdata
2RUN: not llvm-cov show -instr-profile=%t.profdata --object=%t.nonexistent.binary.1 --object=%t.nonexistent.binary.2 2>&1 | FileCheck %s
3
4CHECK: failed to load coverage: '{{.*}}nonexistent.binary.1':
5