bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-cov/compilation_dir.c

4 lines
255 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: llvm-profdata merge %S/Inputs/compilation_dir.proftext -o %t.profdata
// RUN: llvm-cov show %S/Inputs/compilation_dir.covmapping -instr-profile=%t.profdata -compilation-dir=%S | FileCheck %s
int main() {} // CHECK: [[@LINE]]| 1|int main() {}