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 d9d5d32 Fix linker warning about sanitizer_common_nolibc functions on [...] new ec17706 Revert "[XRay] ARM 32-bit no-Thumb support 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 +- lib/sanitizer_common/scripts/gen_dynamic_list.py | 3 +- lib/xray/CMakeLists.txt | 8 -- lib/xray/xray_arm.cc | 131 --------------------- lib/xray/xray_inmemory_log.cc | 52 +-------- lib/xray/xray_interface.cc | 141 ++++++++++++++++++----- lib/xray/xray_interface_internal.h | 22 ---- lib/xray/xray_trampoline_arm.S | 65 ----------- lib/xray/xray_x86_64.cc | 116 ------------------- 9 files changed, 117 insertions(+), 423 deletions(-) delete mode 100644 lib/xray/xray_arm.cc delete mode 100644 lib/xray/xray_trampoline_arm.S delete mode 100644 lib/xray/xray_x86_64.cc