2018-11-29 01:24:07 +08:00
|
|
|
UNSUPPORTED: linux
|
|
|
|
|
2018-08-01 17:11:36 +08:00
|
|
|
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
|