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 72830dd7f [asan] print the 'unexpected format specifier in printf inter [...] new be1906704 [XRay][compiler-rt] Support patching/unpatching specific functions
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: include/xray/xray_interface.h | 8 ++ lib/xray/xray_init.cc | 4 + lib/xray/xray_interface.cc | 129 ++++++++++++++++++++------- lib/xray/xray_interface_internal.h | 7 ++ test/xray/TestCases/Linux/coverage-sample.cc | 88 ++++++++++++++++++ 5 files changed, 203 insertions(+), 33 deletions(-) create mode 100644 test/xray/TestCases/Linux/coverage-sample.cc