blob: e0e2427fb3ea37649f0a9f23f8275cd668788133 [file] [log] [blame]
# RUN: llvm-profdata merge %S/Inputs/relative_dir/main.proftext \
# RUN: -o %t.profdata
# RUN: llvm-cov report %S/Inputs/relative_dir/main.covmapping \
# RUN: -instr-profile %t.profdata \
# RUN: -compilation-dir=%S/Inputs/relative_dir/out/default \
# RUN: %S/Inputs/relative_dir/header.h \
# RUN: | FileCheck -DDIR=%S %s
# CHECK: {{^}}[[DIR]]{{/|\\}}Inputs{{/|\\}}relative_dir{{/|\\}}header.h{{.*}}
# CHECK: {{^}}TOTAL{{.*}}100.00%