[PATCH] D49917: [profile] Fix the tests for patch in https://reviews.llvm.org/D49916.
Marco Castelluccio via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 20 02:40:49 PDT 2018
marco-c added inline comments.
================
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: -: 1:void func(int K) {}
----------------
Shouldn't this be 1?
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D49917
More information about the llvm-commits
mailing list