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 3aa2882 [compiler-rt] Fix broken unittest related to 64-bit print format new 3261cf3 Revert r276117 "[XRay] Basic initialization and flag definiti [...] new 60a3529 revert rL276179: [compiler-rt] Fix broken unittest related to [...]
The 2 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 | 12 --- include/CMakeLists.txt | 13 +-- include/xray/xray_interface.h | 66 ------------- lib/CMakeLists.txt | 4 - lib/xray/CMakeLists.txt | 47 --------- lib/xray/xray_flags.cc | 61 ------------ lib/xray/xray_flags.h | 37 -------- lib/xray/xray_flags.inc | 18 ---- lib/xray/xray_init.cc | 68 ------------- lib/xray/xray_interface.cc | 179 ----------------------------------- lib/xray/xray_interface_internal.h | 40 -------- lib/xray/xray_trampoline_x86.S | 93 ------------------ test/asan/TestCases/debug_mapping.cc | 2 +- test/asan/TestCases/debug_stacks.cc | 9 +- 14 files changed, 6 insertions(+), 643 deletions(-) delete mode 100644 include/xray/xray_interface.h delete mode 100644 lib/xray/CMakeLists.txt delete mode 100644 lib/xray/xray_flags.cc delete mode 100644 lib/xray/xray_flags.h delete mode 100644 lib/xray/xray_flags.inc delete mode 100644 lib/xray/xray_init.cc delete mode 100644 lib/xray/xray_interface.cc delete mode 100644 lib/xray/xray_interface_internal.h delete mode 100644 lib/xray/xray_trampoline_x86.S