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 0b881f23c [GCOV] Close file mapping handle on Windows, so flushed gcda [...] new 7175c7435 [Profile] Fix fork test and add tests for execlp and execvp a [...]
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: ...strprof-gcov-fork.c => instrprof-gcov-execlp.c} | 2 +- test/profile/Inputs/instrprof-gcov-execlp.c.gcov | 23 ++++++++++++++++++++ ...strprof-gcov-fork.c => instrprof-gcov-execvp.c} | 4 +++- test/profile/Inputs/instrprof-gcov-execvp.c.gcov | 25 ++++++++++++++++++++++ test/profile/Inputs/instrprof-gcov-fork.c.gcov | 4 ++-- test/profile/Posix/instrprof-gcov-execlp.test | 10 +++++++++ test/profile/Posix/instrprof-gcov-execvp.test | 10 +++++++++ test/profile/Posix/instrprof-gcov-fork.test | 2 -- 8 files changed, 74 insertions(+), 6 deletions(-) copy test/profile/Inputs/{instrprof-gcov-fork.c => instrprof-gcov-execlp.c} (74%) create mode 100644 test/profile/Inputs/instrprof-gcov-execlp.c.gcov copy test/profile/Inputs/{instrprof-gcov-fork.c => instrprof-gcov-execvp.c} (61%) create mode 100644 test/profile/Inputs/instrprof-gcov-execvp.c.gcov create mode 100644 test/profile/Posix/instrprof-gcov-execlp.test create mode 100644 test/profile/Posix/instrprof-gcov-execvp.test