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

5 lines
354 B
Text

RUN: not llvm-cov show -instr-profile=%t.nonexistent.profdata %t.nonexistent 2>&1 | FileCheck %s
RUN: not llvm-cov export -instr-profile=%t.nonexistent.profdata %t.nonexistent 2>&1 | FileCheck %s
RUN: not llvm-cov report -instr-profile=%t.nonexistent.profdata %t.nonexistent 2>&1 | FileCheck %s
CHECK: nonexistent.profdata: could not read profile data!