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