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 941c57171 [sanitizer] Update global_symbols.txt new 3137e93cf Reland compiler-rt support for order file instrumentation.
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/InstrProfData.inc | 22 +++++++ lib/profile/InstrProfiling.h | 4 ++ lib/profile/InstrProfilingFile.c | 86 ++++++++++++++++++++++++++++ lib/profile/InstrProfilingPlatformDarwin.c | 5 ++ lib/profile/InstrProfilingPlatformLinux.c | 7 +++ lib/profile/InstrProfilingPlatformOther.c | 4 ++ lib/profile/InstrProfilingPlatformWindows.c | 3 + test/profile/Inputs/instrprof-order-file-2.c | 7 +++ test/profile/Inputs/instrprof-order-file.c | 17 ++++++ test/profile/instrprof-order-file.test | 17 ++++++ 10 files changed, 172 insertions(+) create mode 100644 test/profile/Inputs/instrprof-order-file-2.c create mode 100644 test/profile/Inputs/instrprof-order-file.c create mode 100644 test/profile/instrprof-order-file.test