[PATCH] D53601: [GCOV] Add a test for function defined on one line (follow-up of https://reviews.llvm.org/D53600)
Marco Castelluccio via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 30 14:47:28 PDT 2018
marco-c 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
----------------
sfertile wrote:
> The hard-coded path here won't pass on other machines, can you please update it?
Oops, I hadn't noticed it.
I've done it for Calixte in rCRT345656.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D53601
More information about the llvm-commits
mailing list