1# RUN: llvm-profdata merge %S/Inputs/relative_dir/main.proftext \ 2# RUN: -o %t.profdata 3# RUN: llvm-cov report %S/Inputs/relative_dir/main.covmapping \ 4# RUN: -instr-profile %t.profdata \ 5# RUN: -compilation-dir=%S/Inputs/relative_dir/out/default \ 6# RUN: %S/Inputs/relative_dir/header.h \ 7# RUN: | FileCheck -DDIR=%S %s 8 9# CHECK: {{^}}[[DIR]]{{/|\\}}Inputs{{/|\\}}relative_dir{{/|\\}}header.h{{.*}} 10# CHECK: {{^}}TOTAL{{.*}}100.00% 11