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 c57f0f5 Add cmake build support for lsan on OS X new 79f4c39 Re-commit r294826 and r294781, with a fix on the cmake file t [...]
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_x86_64.inc => xray_powerpc64.inc} | 22 +-- lib/xray/xray_trampoline_powerpc64.S | 171 +++++++++++++++++++++++ lib/xray/xray_trampoline_powerpc64.cc | 15 ++ lib/xray/xray_tsc.h | 2 + 8 files changed, 305 insertions(+), 10 deletions(-) create mode 100644 lib/xray/xray_powerpc64.cc copy lib/xray/{xray_x86_64.inc => xray_powerpc64.inc} (60%) create mode 100644 lib/xray/xray_trampoline_powerpc64.S create mode 100644 lib/xray/xray_trampoline_powerpc64.cc