[PATCH] D49854: [profile] Fix the gcov tests after the patch in D49853 landed.
Marco Castelluccio via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 27 10:08:27 PDT 2018
marco-c accepted this revision.
marco-c added inline comments.
This revision is now accepted and ready to land.
================
Comment at: test/profile/Inputs/instrprof-dlopen-func.c.gcov:6
// CHECK-NEXT: -: 0:Programs:1
-// CHECK-NEXT: 1: 1:void func(int K) {}
+// CHECK-NEXT: 2: 1:void func(int K) {}
----------------
This and the following two are a bit worse than before, but it should be fixed by another of calixte's patches.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D49854
More information about the llvm-commits
mailing list