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