[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / compiler-rt / test / profile / instrprof-gcov-multiple-bbs-single-line.test
blob66b6429208a0fdcd46d74abb88722b66fbb8c0dd
1 RUN: mkdir -p %t.d
2 RUN: cd %t.d
4 RUN: %clang --coverage -o %t %S/Inputs/instrprof-gcov-multiple-bbs-single-line.c
5 RUN: test -f instrprof-gcov-multiple-bbs-single-line.gcno
7 RUN: rm -f instrprof-gcov-multiple-bbs-single-line.gcda
8 RUN: %run %t
9 RUN: llvm-cov gcov -b -c instrprof-gcov-multiple-bbs-single-line.gcda
10 RUN: FileCheck --match-full-lines --strict-whitespace --input-file instrprof-gcov-multiple-bbs-single-line.c.gcov %S/Inputs/instrprof-gcov-multiple-bbs-single-line.c.gcov
11 RUN: rm instrprof-gcov-multiple-bbs-single-line.gcda