brintos

brintos / llvm-project-archived public Read only

0
0
Text · 255 B · 8f1864a Raw
4 lines · c
1// RUN: llvm-profdata merge %S/Inputs/compilation_dir.proftext -o %t.profdata2// RUN: llvm-cov show %S/Inputs/compilation_dir.covmapping -instr-profile=%t.profdata -compilation-dir=%S | FileCheck %s3int main() {} // CHECK: [[@LINE]]|      1|int main() {}4