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