[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / compiler-rt / test / profile / instrprof-gcov-__gcov_flush-terminate.test
blobaa51461a3bd084767887a1e5b73d99f9d74aa4ad
1 XFAIL: *
3 RUN: mkdir -p %t.d
4 RUN: cd %t.d
6 RUN: %clang --coverage -o %t %S/Inputs/instrprof-gcov-__gcov_flush-terminate.c
7 RUN: test -f instrprof-gcov-__gcov_flush-terminate.gcno
9 RUN: rm -f instrprof-gcov-__gcov_flush-terminate.gcda
10 RUN: %expect_crash %run %t
11 RUN: llvm-cov gcov instrprof-gcov-__gcov_flush-terminate.gcda
12 RUN: FileCheck --match-full-lines --strict-whitespace --input-file instrprof-gcov-__gcov_flush-terminate.c.gcov %S/Inputs/instrprof-gcov-__gcov_flush-terminate.c.gcov