[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / compiler-rt / test / profile / instrprof-gcov-switch.test
blob9c43a93dc646ad33c13426a5526dfdf9e19cc990
1 RUN: mkdir -p %t.d
2 RUN: cd %t.d
4 RUN: %clang --coverage -o %t %S/Inputs/instrprof-gcov-switch1.c
5 RUN: test -f instrprof-gcov-switch1.gcno
6 RUN: rm -f instrprof-gcov-switch1.gcda
7 RUN: %run %t
8 RUN: llvm-cov gcov instrprof-gcov-switch1.gcda
9 RUN: FileCheck --match-full-lines --strict-whitespace --input-file instrprof-gcov-switch1.c.gcov %S/Inputs/instrprof-gcov-switch1.c.gcov
11 RUN: %clang --coverage -o %t %S/Inputs/instrprof-gcov-switch2.c
12 RUN: test -f instrprof-gcov-switch2.gcno
13 RUN: rm -f instrprof-gcov-switch2.gcda
14 RUN: %run %t
15 RUN: llvm-cov gcov instrprof-gcov-switch2.gcda
16 RUN: FileCheck --match-full-lines --strict-whitespace --input-file instrprof-gcov-switch2.c.gcov %S/Inputs/instrprof-gcov-switch2.c.gcov