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 cf959bb Fix -Wsign-compare - this might not be quite right, but prese [...] new 3a52b3d This reverts commits r294826 and r294781 as they break linkin [...]
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_fdr_logging.cc | 4 +- lib/xray/xray_inmemory_log.cc | 3 +- 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 - 10 files changed, 6 insertions(+), 331 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