You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
310 B

UNSUPPORTED: windows
RUN: mkdir -p %t.d
RUN: cd %t.d
RUN: %clangxx --coverage -lpthread -o %t %S/Inputs/instrprof-gcov-multithread_fork.cpp
RUN: test -f instrprof-gcov-multithread_fork.gcno
RUN: rm -f instrprof-gcov-multithread_fork.gcda
RUN: %run %t
RUN: llvm-cov gcov instrprof-gcov-multithread_fork.gcda