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 790fa40 [sanitizer] allocator: move TransferBatch into SizeClassAlloc [...] new 585545f [compiler-rt][XRay] Implement __xray_unpatch() and __xray_rem [...]
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/xray/xray_interface.cc | 51 ++++++++++++++++++------ test/CMakeLists.txt | 3 ++ test/xray/CMakeLists.txt | 37 +++++++++++++++++ test/xray/TestCases/Linux/patching-unpatching.cc | 47 ++++++++++++++++++++++ test/xray/lit.cfg | 34 ++++++++++++++++ test/xray/lit.site.cfg.in | 13 ++++++ 6 files changed, 172 insertions(+), 13 deletions(-) create mode 100644 test/xray/CMakeLists.txt create mode 100644 test/xray/TestCases/Linux/patching-unpatching.cc create mode 100644 test/xray/lit.cfg create mode 100644 test/xray/lit.site.cfg.in