This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 188005d2c [scudo] Use mkdir -p when creating directories for a test new 3e66332ed Reapply "Make __gcov_flush flush counters for all shared libraries"
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/profile/GCDAProfiling.c | 149 +++++++++++---------- .../profile/Inputs/instrprof-dlopen-dlclose-main.c | 58 ++++++-- .../Inputs/instrprof-dlopen-dlclose-main.c.gcov | 91 +++++++++++++ ...instrprof-dlopen-dlclose-main_three-libs.c.gcov | 91 +++++++++++++ test/profile/Inputs/instrprof-dlopen-func.c.gcov | 6 + test/profile/Inputs/instrprof-dlopen-func2.c.gcov | 6 + test/profile/Inputs/instrprof-dlopen-func3.c | 1 + test/profile/Inputs/instrprof-dlopen-func3.c.gcov | 6 + test/profile/Inputs/instrprof-shared-lib.c.gcov | 14 ++ .../instrprof-shared-lib_called-twice.c.gcov | 14 ++ .../Inputs/instrprof-shared-lib_in-loop.c.gcov | 14 ++ .../Inputs/instrprof-shared-main-gcov-flush.c | 36 +++++ ...rprof-shared-main-gcov-flush_no-writeout.c.gcov | 41 ++++++ ...shared-main-gcov-flush_shared-call-after.c.gcov | 41 ++++++ ...main-gcov-flush_shared-call-before-after.c.gcov | 41 ++++++ ...hared-main-gcov-flush_shared-call-before.c.gcov | 41 ++++++ test/profile/Inputs/instrprof-shared-main.c.gcov | 18 +++ test/profile/instrprof-dlopen-dlclose-gcov.test | 31 ++++- test/profile/instrprof-gcov-two-objects.test | 21 +++ test/profile/instrprof-shared-gcov-flush.test | 52 +++++++ 20 files changed, 687 insertions(+), 85 deletions(-) create mode 100644 test/profile/Inputs/instrprof-dlopen-dlclose-main.c.gcov create mode 100644 test/profile/Inputs/instrprof-dlopen-dlclose-main_three-libs.c.gcov create mode 100644 test/profile/Inputs/instrprof-dlopen-func.c.gcov create mode 100644 test/profile/Inputs/instrprof-dlopen-func2.c.gcov create mode 100644 test/profile/Inputs/instrprof-dlopen-func3.c create mode 100644 test/profile/Inputs/instrprof-dlopen-func3.c.gcov create mode 100644 test/profile/Inputs/instrprof-shared-lib.c.gcov create mode 100644 test/profile/Inputs/instrprof-shared-lib_called-twice.c.gcov create mode 100644 test/profile/Inputs/instrprof-shared-lib_in-loop.c.gcov create mode 100644 test/profile/Inputs/instrprof-shared-main-gcov-flush.c create mode 100644 test/profile/Inputs/instrprof-shared-main-gcov-flush_no-writeou [...] create mode 100644 test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-cal [...] create mode 100644 test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-cal [...] create mode 100644 test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-cal [...] create mode 100644 test/profile/Inputs/instrprof-shared-main.c.gcov create mode 100644 test/profile/instrprof-gcov-two-objects.test create mode 100644 test/profile/instrprof-shared-gcov-flush.test