[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git] / compiler-rt / test / profile / instrprof-gcov-multiple-bbs-single-line.test
blobdb0dd14be76b0b589fd4b9e0708ca876e3f9f160
1 RUN: mkdir -p %t.d
2 RUN: cd %t.d
4 RUN: %clang --coverage -o %t %S/Inputs/instrprof-gcov-multiple-bbs-single-line.c -dumpdir ./
5 RUN: test -f instrprof-gcov-multiple-bbs-single-line.gcno
7 RUN: rm -f instrprof-gcov-multiple-bbs-single-line.gcda
8 RUN: %run %t
9 RUN: llvm-cov gcov -b -c instrprof-gcov-multiple-bbs-single-line.gcda
10 RUN: FileCheck --match-full-lines --strict-whitespace --input-file instrprof-gcov-multiple-bbs-single-line.c.gcov %S/Inputs/instrprof-gcov-multiple-bbs-single-line.c.gcov
11 RUN: rm instrprof-gcov-multiple-bbs-single-line.gcda