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 0c45fb1 [compiler-rt][asan|win] Fix flaky unittest due to large allocations new efaaf0d Revert r295017 "Re-commit r294826 and r294781, with a fix on [...]
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/xray/CMakeLists.txt | 6 -- lib/xray/xray_interface.cc | 2 - lib/xray/xray_powerpc64.cc | 95 ------------------- lib/xray/xray_powerpc64.inc | 37 -------- lib/xray/xray_trampoline_powerpc64.S | 171 ---------------------------------- lib/xray/xray_trampoline_powerpc64.cc | 15 --- lib/xray/xray_tsc.h | 2 - 8 files changed, 1 insertion(+), 329 deletions(-) delete mode 100644 lib/xray/xray_powerpc64.cc delete mode 100644 lib/xray/xray_powerpc64.inc delete mode 100644 lib/xray/xray_trampoline_powerpc64.S delete mode 100644 lib/xray/xray_trampoline_powerpc64.cc