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 1d385b4e7 [sanitizer] Update symbolizer test. new 09ab32798 [profile] Support profiling runtime on Fuchsia
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: cmake/config-ix.cmake | 2 +- lib/profile/CMakeLists.txt | 1 + lib/profile/GCDAProfiling.c | 4 + lib/profile/InstrProfilingFile.c | 4 + lib/profile/InstrProfilingMergeFile.c | 4 + lib/profile/InstrProfilingPlatformFuchsia.c | 183 ++++++++++++++++++++++++++++ lib/profile/InstrProfilingPlatformLinux.c | 2 +- 7 files changed, 198 insertions(+), 2 deletions(-) create mode 100644 lib/profile/InstrProfilingPlatformFuchsia.c