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 8134888 builtins: Allow building windows arm functions for mingw new 2a05c83 [XRay] Support AArch64 in compiler-rt
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 +- include/xray/xray_interface.h | 7 +++ lib/xray/CMakeLists.txt | 5 ++ lib/xray/xray_AArch64.cc | 105 +++++++++++++++++++++++++++++++++++++ lib/xray/xray_inmemory_log.cc | 6 +-- lib/xray/xray_interface.cc | 2 + lib/xray/xray_trampoline_AArch64.S | 89 +++++++++++++++++++++++++++++++ 7 files changed, 212 insertions(+), 4 deletions(-) create mode 100644 lib/xray/xray_AArch64.cc create mode 100644 lib/xray/xray_trampoline_AArch64.S