[PATCH] D53601: [GCOV] Add a test for function defined on one line (follow-up of https://reviews.llvm.org/D53600)

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 30 13:20:46 PDT 2018


sfertile added inline comments.


================
Comment at: test/profile/Inputs/instrprof-gcov-one-line-function.c.gcov:1
+// CHECK:        -:    0:Source:/home/calixte/dev/mozilla/llvm.cal/projects/compiler-rt/test/profile/Inputs/instrprof-gcov-one-line-function.c
+// CHECK-NEXT:        -:    0:Graph:instrprof-gcov-one-line-function.gcno
----------------
The hard-coded path here won't pass on other machines, can you please update it?


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D53601





More information about the llvm-commits mailing list