blob: 436d7e663faa5c946105daa6e820db5a8acaa6ab [file] [log] [blame]
XFAIL: *
RUN: mkdir -p %t.d
RUN: cd %t.d
RUN: %clang --coverage -o %t %S/../Inputs/instrprof-gcov-fork.c
RUN: test -f instrprof-gcov-fork.gcno
RUN: rm -f instrprof-gcov-fork.gcda
RUN: %run %t
RUN: llvm-cov gcov -b -c instrprof-gcov-fork.gcda
RUN: FileCheck --match-full-lines --strict-whitespace --input-file instrprof-gcov-fork.c.gcov %S/../Inputs/instrprof-gcov-fork.c.gcov