[PATCH] D48538: Make __gcov_flush flush counters for all shared libraries

Marco Romano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 5 08:57:56 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL336365: Make __gcov_flush flush counters for all shared libraries (authored by marco, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D48538?vs=154249&id=154250#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D48538

Files:
  compiler-rt/trunk/lib/profile/GCDAProfiling.c
  compiler-rt/trunk/test/profile/Inputs/instrprof-dlopen-dlclose-main.c
  compiler-rt/trunk/test/profile/Inputs/instrprof-dlopen-dlclose-main.c.gcov
  compiler-rt/trunk/test/profile/Inputs/instrprof-dlopen-dlclose-main_three-libs.c.gcov
  compiler-rt/trunk/test/profile/Inputs/instrprof-dlopen-func.c.gcov
  compiler-rt/trunk/test/profile/Inputs/instrprof-dlopen-func2.c.gcov
  compiler-rt/trunk/test/profile/Inputs/instrprof-dlopen-func3.c
  compiler-rt/trunk/test/profile/Inputs/instrprof-dlopen-func3.c.gcov
  compiler-rt/trunk/test/profile/Inputs/instrprof-shared-lib.c.gcov
  compiler-rt/trunk/test/profile/Inputs/instrprof-shared-lib_called-twice.c.gcov
  compiler-rt/trunk/test/profile/Inputs/instrprof-shared-lib_in-loop.c.gcov
  compiler-rt/trunk/test/profile/Inputs/instrprof-shared-main-gcov-flush.c
  compiler-rt/trunk/test/profile/Inputs/instrprof-shared-main-gcov-flush_no-writeout.c.gcov
  compiler-rt/trunk/test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-after.c.gcov
  compiler-rt/trunk/test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-before-after.c.gcov
  compiler-rt/trunk/test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-before.c.gcov
  compiler-rt/trunk/test/profile/Inputs/instrprof-shared-main.c.gcov
  compiler-rt/trunk/test/profile/instrprof-dlopen-dlclose-gcov.test
  compiler-rt/trunk/test/profile/instrprof-gcov-two-objects.test
  compiler-rt/trunk/test/profile/instrprof-shared-gcov-flush.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48538.154250.patch
Type: text/x-patch
Size: 43524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180705/1278b5eb/attachment.bin>


More information about the llvm-commits mailing list