xref: /llvm-project/compiler-rt/test/profile/instrprof-gcov-one-line-function.test (revision 0f9f2473613519b18004158835914bc25fcb2b40)
14b0c66deSCalixte DenizetRUN: mkdir -p %t.d
24b0c66deSCalixte DenizetRUN: cd %t.d
34b0c66deSCalixte Denizet
4*0f9f2473SFangrui SongRUN: %clang --coverage -o %t %S/Inputs/instrprof-gcov-one-line-function.c -dumpdir ./
54b0c66deSCalixte DenizetRUN: test -f instrprof-gcov-one-line-function.gcno
64b0c66deSCalixte DenizetRUN: rm -f instrprof-gcov-one-line-function.gcda
74b0c66deSCalixte DenizetRUN: %run %t
84b0c66deSCalixte DenizetRUN: llvm-cov gcov instrprof-gcov-one-line-function.gcda
94b0c66deSCalixte DenizetRUN: FileCheck --match-full-lines --strict-whitespace --input-file instrprof-gcov-one-line-function.c.gcov %S/Inputs/instrprof-gcov-one-line-function.c.gcov
10