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