[PATCH] D49917: [profile] Fix the tests for patch in https://reviews.llvm.org/D49916.

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


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

The goal of https://reviews.llvm.org/D49916 is to remove some hit counters from lines like '}'.
So as a consequence, the tests must be fixed.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D49917

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: D49917.157687.patch
Type: text/x-patch
Size: 8170 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180727/507ef392/attachment.bin>


More information about the llvm-commits mailing list