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 13c69d3bc [ASan] Disable new ASan error reporting tests on various ARMs. new ec8f63a14 [profile] Fix value profile runtime merging issues
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/InstrProfiling.h | 4 ++ lib/profile/InstrProfilingFile.c | 7 +++- lib/profile/InstrProfilingMerge.c | 5 ++- lib/profile/InstrProfilingMergeFile.c | 12 +++--- lib/profile/InstrProfilingPort.h | 2 + lib/profile/InstrProfilingValue.c | 33 +++++++++++---- test/profile/instrprof-value-merge.c | 79 +++++++++++++++++++++++++++++++++++ 7 files changed, 124 insertions(+), 18 deletions(-) create mode 100644 test/profile/instrprof-value-merge.c