bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-cov/missing-binaries.test
2025-02-14 19:21:04 +01:00

4 lines
273 B
Text

RUN: llvm-profdata merge %S/Inputs/binary-formats.proftext -o %t.profdata
RUN: not llvm-cov show -instr-profile=%t.profdata --object=%t.nonexistent.binary.1 --object=%t.nonexistent.binary.2 2>&1 | FileCheck %s
CHECK: failed to load coverage: '{{.*}}nonexistent.binary.1':