[PATCH] D49854: [profile] Fix the gcov tests after the patch in D49853 landed.

calixte via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 26 07:13:29 PDT 2018


calixte created this revision.
calixte added reviewers: marco-c, davidxl.
Herald added subscribers: Sanitizers, llvm-commits, delcypher.

The goal of the patch in https://reviews.llvm.org/D49853 is to display counter on the line of function definition.
So some tests need to be fixed.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D49854

Files:
  test/profile/Inputs/instrprof-dlopen-dlclose-main.c.gcov
  test/profile/Inputs/instrprof-dlopen-dlclose-main_three-libs.c.gcov
  test/profile/Inputs/instrprof-dlopen-func.c.gcov
  test/profile/Inputs/instrprof-dlopen-func2.c.gcov
  test/profile/Inputs/instrprof-dlopen-func3.c.gcov
  test/profile/Inputs/instrprof-gcov-exceptions.cpp.gcov
  test/profile/Inputs/instrprof-shared-lib.c.gcov
  test/profile/Inputs/instrprof-shared-lib_called-twice.c.gcov
  test/profile/Inputs/instrprof-shared-lib_in-loop.c.gcov
  test/profile/Inputs/instrprof-shared-main-gcov-flush_no-writeout.c.gcov
  test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-after.c.gcov
  test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-before-after.c.gcov
  test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-before.c.gcov
  test/profile/Inputs/instrprof-shared-main.c.gcov

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49854.157481.patch
Type: text/x-patch
Size: 10513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180726/f959dff4/attachment.bin>


More information about the llvm-commits mailing list