[compiler-rt] r345656 - [GCOV] Make test path generic so it passes on all machines
Marco Castelluccio via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 30 14:43:48 PDT 2018
Author: marco
Date: Tue Oct 30 14:43:47 2018
New Revision: 345656
URL: http://llvm.org/viewvc/llvm-project?rev=345656&view=rev
Log:
[GCOV] Make test path generic so it passes on all machines
Modified:
compiler-rt/trunk/test/profile/Inputs/instrprof-gcov-one-line-function.c.gcov
Modified: compiler-rt/trunk/test/profile/Inputs/instrprof-gcov-one-line-function.c.gcov
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/profile/Inputs/instrprof-gcov-one-line-function.c.gcov?rev=345656&r1=345655&r2=345656&view=diff
==============================================================================
--- compiler-rt/trunk/test/profile/Inputs/instrprof-gcov-one-line-function.c.gcov (original)
+++ compiler-rt/trunk/test/profile/Inputs/instrprof-gcov-one-line-function.c.gcov Tue Oct 30 14:43:47 2018
@@ -1,4 +1,4 @@
-// CHECK: -: 0:Source:/home/calixte/dev/mozilla/llvm.cal/projects/compiler-rt/test/profile/Inputs/instrprof-gcov-one-line-function.c
+// CHECK: -: 0:Source:{{.*}}Inputs/instrprof-gcov-one-line-function.c
// CHECK-NEXT: -: 0:Graph:instrprof-gcov-one-line-function.gcno
// CHECK-NEXT: -: 0:Data:instrprof-gcov-one-line-function.gcda
// CHECK-NEXT: -: 0:Runs:1
More information about the llvm-commits
mailing list