Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / profile / instrprof-gcov-switch.test
blob736d737d9fbbccfd41f9c1f3498f47571c06b2d6
1 RUN: mkdir -p %t.d
2 RUN: cd %t.d
4 RUN: %clang --coverage -o %t %S/Inputs/instrprof-gcov-switch1.c -dumpdir ./
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 -dumpdir ./
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